StandardDev
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
- class StandardDevCls[source]
StandardDev commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for power measurements exceeding the specified power limits. Unit: %
3 Off_Power_Before: float: No parameter help available
4 On_Power_Rms: float: No parameter help available
5 On_Power_Peak: float: No parameter help available
6 Off_Power_After: float: No parameter help available
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
Snippet: value: ResultData = driver.multiEval.pdynamics.standardDev.fetch()
Return the current, average, minimum, maximum and standard deviation single-value results of the power dynamics measurement. A single result table row is returned, from left to right. The meaning of the values depends on the selected time mask, as follows:
Table Header: Time mask / <Power1> / <Power2> / <Power3> / <Power4>
General on / off / OFF power (before) / ON power RMS / ON power peak / OFF power (after)
PUCCH / PUSCH / SRS / SRS ON / ON power RMS / ON power peak / ON power (after)
SRS blanking / SRS OFF / ON power RMS / ON power peak / ON power (after)
The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:PDYNamics:SDEViation
Snippet: value: ResultData = driver.multiEval.pdynamics.standardDev.read()
Return the current, average, minimum, maximum and standard deviation single-value results of the power dynamics measurement. A single result table row is returned, from left to right. The meaning of the values depends on the selected time mask, as follows:
Table Header: Time mask / <Power1> / <Power2> / <Power3> / <Power4>
General on / off / OFF power (before) / ON power RMS / ON power peak / OFF power (after)
PUCCH / PUSCH / SRS / SRS ON / ON power RMS / ON power peak / ON power (after)
SRS blanking / SRS OFF / ON power RMS / ON power peak / ON power (after)
The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.
- return:
structure: for return value, see the help for ResultData structure arguments.