Average

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:AVERage
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:AVERage
CALCulate:LTE:MEASurement<Instance>:MEValuation:PMONitor:AVERage
class AverageCls[source]

Average commands group definition. 3 total commands, 0 Subgroups, 3 group commands

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Tx_Power: float or bool: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

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

  • Tx_Power: float: No parameter help available

calculate() CalculateStruct[source]
# SCPI: CALCulate:LTE:MEASurement<Instance>:MEValuation:PMONitor:AVERage
value: CalculateStruct = driver.lteMeas.multiEval.pmonitor.average.calculate()

No command help available

return:

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

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.average.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:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.average.read()

Returns the total TX power of all carriers.

return:

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