Statistics

SCPI Commands

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

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

fetch()float[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:DHIB:STATistics
value: float = driver.tpc.dhib.statistics.fetch()

Return the ‘Statistics’ values, indicating how many trace values have been considered to derive the maximum, minimum and average dual carrier in-band emission results. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

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

return

statistics: float Range: 0 to 1000

read()float[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:DHIB:STATistics
value: float = driver.tpc.dhib.statistics.read()

Return the ‘Statistics’ values, indicating how many trace values have been considered to derive the maximum, minimum and average dual carrier in-band emission results. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array.

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

return

statistics: float Range: 0 to 1000