Statistics
SCPI Commands :
FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:UEPower:STATistics
READ:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:UEPower:STATistics
- class StatisticsCls[source]
Statistics commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Max_Output_Power: int: Number of trace values for maximum output power
Min_Outpu_Power: int: Number of trace values for minimum output power
- fetch(carrier=Carrier.Default) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:UEPower:STATistics value: ResultData = driver.wcdmaMeas.tpc.carrier.uePower.statistics.fetch(carrier = repcap.Carrier.Default)
Return the Statistics values, indicating how many trace values have been considered to derive the results. The results are the maximum, minimum and average values of the maximum output power and the minimum output power per carrier. The command returns all parameters listed below, independent of the selected TPC setup. Depending on the TPC setup, either a result value or an indicator is returned (e.g. NAV) .
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
structure: for return value, see the help for ResultData structure arguments.
- read(carrier=Carrier.Default) ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:UEPower:STATistics value: ResultData = driver.wcdmaMeas.tpc.carrier.uePower.statistics.read(carrier = repcap.Carrier.Default)
Return the Statistics values, indicating how many trace values have been considered to derive the results. The results are the maximum, minimum and average values of the maximum output power and the minimum output power per carrier. The command returns all parameters listed below, independent of the selected TPC setup. Depending on the TPC setup, either a result value or an indicator is returned (e.g. NAV) .
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
structure: for return value, see the help for ResultData structure arguments.