Extreme

SCPI Commands :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:PERRor:PEAK:HIGH:EXTReme
CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:PERRor:PEAK:HIGH:EXTReme
class ExtremeCls[source]

Extreme commands group definition. 2 total commands, 0 Subgroups, 2 group commands

calculate(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:PERRor:PEAK:HIGH:EXTReme
value: List[float or bool] = driver.nrSubMeas.multiEval.listPy.cc.modulation.perror.peak.high.extreme.calculate(carrierComponent = repcap.CarrierComponent.Default)

Return phase error peak values for low and high EVM window position, for all measured list mode segments, for carrier <c>. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Suppressed linked return values: reliability

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

ph_error_peak_high: (float or boolean items) Comma-separated list of values, one per measured segment

fetch(carrierComponent=CarrierComponent.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:PERRor:PEAK:HIGH:EXTReme
value: List[float] = driver.nrSubMeas.multiEval.listPy.cc.modulation.perror.peak.high.extreme.fetch(carrierComponent = repcap.CarrierComponent.Default)

Return phase error peak values for low and high EVM window position, for all measured list mode segments, for carrier <c>. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

Suppressed linked return values: reliability

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

ph_error_peak_high: Comma-separated list of values, one per measured segment