Average

SCPI Commands :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:AVERage
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:ESFLatness:MAXR<nr>:AVERage
class AverageCls[source]

Average 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>:AVERage

Snippet: value: List[float or bool] = driver.lteMeas.multiEval.listPy.esFlatness.maxr.average.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>:AVERage

Snippet: value: List[float] = driver.lteMeas.multiEval.listPy.esFlatness.maxr.average.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.