Statistics

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:TPC:TOTal:UEPower:STATistics
READ:WCDMa:MEASurement<Instance>:TPC:TOTal:UEPower:STATistics
class Statistics[source]

Statistics commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch()int[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics
value: int = driver.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.

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

return

max_output_power: decimal Number of trace values for maximum output power over all carriers Range: 0 to 341

read()int[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:TOTal:UEPower:STATistics
value: int = driver.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.

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

return

max_output_power: decimal Number of trace values for maximum output power over all carriers Range: 0 to 341