Statistics
SCPI Commands :
FETCh:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics
READ:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics
- class StatisticsCls[source]
Statistics commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch() int[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics value: int = driver.wcdmaMeas.tpc.total.uePower.statistics.fetch()
Return the Statistics values, indicating how many trace values have been considered to derive the maximum, minimum and average values of the maximum output power over all carriers.
Suppressed linked return values: reliability
- return:
max_output_power: Number of trace values for maximum output power over all carriers
- read() int[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics value: int = driver.wcdmaMeas.tpc.total.uePower.statistics.read()
Return the Statistics values, indicating how many trace values have been considered to derive the maximum, minimum and average values of the maximum output power over all carriers.
Suppressed linked return values: reliability
- return:
max_output_power: Number of trace values for maximum output power over all carriers