Average

SCPI Commands :

FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:MERRor:RMS:HIGH:AVERage
CALCulate:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:MERRor:RMS:HIGH:AVERage
class AverageCls[source]

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

calculate(carrierComponentExt=CarrierComponentExt.Default) List[float][source]
# SCPI: CALCulate:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:MERRor:RMS:HIGH:AVERage
value: List[float or bool] = driver.nrMmwMeas.multiEval.listPy.cc.modulation.merror.rms.high.average.calculate(carrierComponentExt = repcap.CarrierComponentExt.Default)

Return magnitude error RMS 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 carrierComponentExt:

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

return:

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

fetch(carrierComponentExt=CarrierComponentExt.Default) List[float][source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:MERRor:RMS:HIGH:AVERage
value: List[float] = driver.nrMmwMeas.multiEval.listPy.cc.modulation.merror.rms.high.average.fetch(carrierComponentExt = repcap.CarrierComponentExt.Default)

Return magnitude error RMS 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 carrierComponentExt:

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

return:

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