Current

SCPI Commands :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:MERRor:PEAK:HIGH:CURRent
CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:MODulation:MERRor:PEAK:HIGH:CURRent
class CurrentCls[source]

Current 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:MERRor:PEAK:HIGH:CURRent
value: List[float or bool] = driver.nrSubMeas.multiEval.listPy.cc.modulation.merror.peak.high.current.calculate(carrierComponent = repcap.CarrierComponent.Default)

Return magnitude 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:

mag_err_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:MERRor:PEAK:HIGH:CURRent
value: List[float] = driver.nrSubMeas.multiEval.listPy.cc.modulation.merror.peak.high.current.fetch(carrierComponent = repcap.CarrierComponent.Default)

Return magnitude 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:

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