Statistics

SCPI Commands :

READ:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:PSTeps:STATistics
FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:PSTeps: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’

  • Pwr_Steps_0_Db: int: No parameter help available

  • Pwr_Steps_B_1_Db: int: No parameter help available

  • Pwr_Steps_Cm_1_Db: int: No parameter help available

  • Pwr_Steps_Group_A: int: No parameter help available

  • Pwr_Steps_Eg: int: No parameter help available

  • Pwr_Steps_Fh: int: No parameter help available

  • Pwr_Steps_Group_Eg: int: No parameter help available

  • Pwr_Steps_Group_Fh: int: No parameter help available

  • Pwr_Steps_Up: int: Power steps up result of Change of TFC mode.

  • Pwr_Steps_Down: int: Power steps down result of Change of TFC mode.

  • Rpwr_Steps: int: Recovery power steps result of UL Compressed Mode - pattern A.

  • Epwr_Steps_B_1_D_B: int: No parameter help available

  • Epwr_Steps_Cm_1_D_B: int: No parameter help available

  • Epwr_Steps_Eg: int: No parameter help available

  • Epwr_Steps_Fh: int: No parameter help available

fetch(carrier=Carrier.Default) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:PSTeps:STATistics
value: ResultData = driver.wcdmaMeas.tpc.carrier.psteps.statistics.fetch(carrier = repcap.Carrier.Default)

Return the Statistics values per carrier, indicating how many trace values have been considered to derive the maximum, minimum and average power step and power step group results. The command returns all parameters listed below, independent of the selected TPC setup. However, only for some of the parameters result values are available. For the other parameters, only an indicator is returned (e.g. NAV) . ‘Step A’ to ‘step H’ refer to the test steps of the Inner Loop Power Control mode (results <2_Step0dB_ABC> to <9_GroupFH> and <13_EPStepsB1dB> to <16_EPStepsFH>) .

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>:PSTeps:STATistics
value: ResultData = driver.wcdmaMeas.tpc.carrier.psteps.statistics.read(carrier = repcap.Carrier.Default)

Return the Statistics values per carrier, indicating how many trace values have been considered to derive the maximum, minimum and average power step and power step group results. The command returns all parameters listed below, independent of the selected TPC setup. However, only for some of the parameters result values are available. For the other parameters, only an indicator is returned (e.g. NAV) . ‘Step A’ to ‘step H’ refer to the test steps of the Inner Loop Power Control mode (results <2_Step0dB_ABC> to <9_GroupFH> and <13_EPStepsB1dB> to <16_EPStepsFH>) .

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.