Average
SCPI Commands :
FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:PSD:AVERage
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:PSD:AVERage
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- calculate() List[float][source]
CALCulate:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:PSD:AVERage
Snippet: value: List[float or bool] = driver.lteMeas.multiEval.listPy.modulation.psd.average.calculate()
Return RB power values 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
- return:
psd: (float or boolean items) Comma-separated list of values, one per measured segment
- fetch() List[float][source]
FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:MODulation:PSD:AVERage
Snippet: value: List[float] = driver.lteMeas.multiEval.listPy.modulation.psd.average.fetch()
Return RB power values 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
- return:
psd: Comma-separated list of values, one per measured segment