Current

SCPI Commands :

FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:IQOFfset:CURRent
CALCulate:NRMMw:MEASurement<Instance>:MEValuation:LIST[:CC<carrier>]:MODulation:IQOFfset:CURRent
class CurrentCls[source]

Current 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:IQOFfset:CURRent
value: List[float or bool] = driver.nrMmwMeas.multiEval.listPy.cc.modulation.iqOffset.current.calculate(carrierComponentExt = repcap.CarrierComponentExt.Default)

Return I/Q origin offset values 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:

iq_offset: (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:IQOFfset:CURRent
value: List[float] = driver.nrMmwMeas.multiEval.listPy.cc.modulation.iqOffset.current.fetch(carrierComponentExt = repcap.CarrierComponentExt.Default)

Return I/Q origin offset values 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:

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