Current

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MINR<nr>:CURRent
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MINR<nr>:CURRent
class CurrentCls[source]

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

calculate(minRange=MinRange.Default) List[float][source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MINR<nr>:CURRent
value: List[float or bool] = driver.lteMeas.multiEval.listPy.esFlatness.minr.current.calculate(minRange = repcap.MinRange.Default)

Return equalizer spectrum flatness single value results (minimum within a range) for all measured list mode segments. 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 minRange:

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

return:

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

fetch(minRange=MinRange.Default) List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MINR<nr>:CURRent
value: List[float] = driver.lteMeas.multiEval.listPy.esFlatness.minr.current.fetch(minRange = repcap.MinRange.Default)

Return equalizer spectrum flatness single value results (minimum within a range) for all measured list mode segments. 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 minRange:

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

return:

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