Current

SCPI Commands :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:ESFLatness:MAXR<nr6g>:CURRent
CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:ESFLatness:MAXR<nr6g>:CURRent
class CurrentCls[source]

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

calculate(carrierComponent=CarrierComponent.Default, maxRange=MaxRange.Default) List[float][source]
# SCPI: CALCulate:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:ESFLatness:MAXR<nr6g>:CURRent
value: List[float or bool] = driver.nrSubMeas.multiEval.listPy.cc.esFlatness.maxr.current.calculate(carrierComponent = repcap.CarrierComponent.Default, maxRange = repcap.MaxRange.Default)

Return equalizer spectrum flatness single value results (maximum within a range) 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’)

param maxRange:

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

return:

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

fetch(carrierComponent=CarrierComponent.Default, maxRange=MaxRange.Default) List[float][source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:ESFLatness:MAXR<nr6g>:CURRent
value: List[float] = driver.nrSubMeas.multiEval.listPy.cc.esFlatness.maxr.current.fetch(carrierComponent = repcap.CarrierComponent.Default, maxRange = repcap.MaxRange.Default)

Return equalizer spectrum flatness single value results (maximum within a range) 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’)

param maxRange:

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

return:

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