Statistics

SCPI Commands

READ:WCDMa:MEASurement<Instance>:TPC:CARRier<Carrier>:PSTeps:STATistics
FETCh:WCDMa:MEASurement<Instance>:TPC:CARRier<Carrier>:PSTeps:STATistics
class Statistics[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘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: float Power steps up result of ‘Change of TFC’ mode Range: 0 to 5

  • Pwr_Steps_Down: int: float Power steps down result of ‘Change of TFC’ mode Range: 0 to 5

  • Rpwr_Steps: int: decimal 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: -1>)ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:PSTeps:STATistics
value: ResultData = driver.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: -1>)ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:TPC:CARRier<carrier>:PSTeps:STATistics
value: ResultData = driver.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.