Average

SCPI Commands :

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

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Tx_Power: float: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:SCC:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.scc.average.fetch()

No command help available

return:

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

read() ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:SCC:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.scc.average.read()

No command help available

return:

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