Average

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:SCC<Nr>:AVERage
FETCh:LTE:MEASurement<Instance>:MEValuation:PMONitor:ULCA:SCC<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: No parameter help available

  • Out_Of_Tolerance: int: No parameter help available

  • Tx_Power: float: No parameter help available

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

No command help available

param secondaryCC:

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

return:

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

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

No command help available

param secondaryCC:

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

return:

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