Current
SCPI Commands :
FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:CURRent
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:CURRent
- class CurrentCls[source]
Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- calculate(maxRange=MaxRange.Default) List[float][source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:CURRent
Snippet: value: List[float or bool] = driver.lteMeas.multiEval.listPy.esFlatness.maxr.current.calculate(maxRange = repcap.MaxRange.Default)
Return equalizer spectrum flatness single value results (maximum within a range) for all measured list mode segments. The values described below are returned by FETCh commands. A CALCulate command returns limit check results instead, one value for each result listed below.
Suppressed linked return values: reliability
- 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(maxRange=MaxRange.Default) List[float][source]
FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:CURRent
Snippet: value: List[float] = driver.lteMeas.multiEval.listPy.esFlatness.maxr.current.fetch(maxRange = repcap.MaxRange.Default)
Return equalizer spectrum flatness single value results (maximum within a range) for all measured list mode segments. The values described below are returned by FETCh commands. A CALCulate command returns limit check results instead, one value for each result listed below.
Suppressed linked return values: reliability
- 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.