Average

SCPI Commands :

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

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

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

fetch(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:CC<Nr>:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.cc.average.fetch(carrierComponent = repcap.CarrierComponent.Default)

Returns the TX power of carrier CC<no>.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

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

read(carrierComponent=CarrierComponent.Default) ResultData[source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:CC<Nr>:AVERage
value: ResultData = driver.lteMeas.multiEval.pmonitor.cc.average.read(carrierComponent = repcap.CarrierComponent.Default)

Returns the TX power of carrier CC<no>.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

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