StandardDev

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
class StandardDevCls[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Out_Of_Tolerance: int: decimal Out of tolerance result, i.e. percentage of measurement intervals of the statistic count for power measurements exceeding the specified power limits. Unit: %

  • Tx_Power: float: float Unit: dBm

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
value: ResultData = driver.multiEval.pmonitor.standardDev.fetch()

Returns the total TX power of all carriers.

return:

structure: for return value, see the help for ResultData structure arguments.

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:SDEViation
value: ResultData = driver.multiEval.pmonitor.standardDev.read()

Returns the total TX power of all carriers.

return:

structure: for return value, see the help for ResultData structure arguments.