Pstep

SCPI Command :

CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:PSTep
class PstepCls[source]

Pstep commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PstepStruct[source]

Response structure. Fields:

  • Enable: bool: Disables | enables the limit check.

  • Preamble_Pwr_Step: float: Expected preamble power step size.

  • Pwr_Step_Limit: float: Preamble power step tolerance value.

get() PstepStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:PSTep
value: PstepStruct = driver.configure.wcdmaMeas.prach.limit.pcontrol.pstep.get()

Enables or disables the check of the preamble power step limits and specifies these limits.

return:

structure: for return value, see the help for PstepStruct structure arguments.

set(enable: bool, preamble_pwr_step: float, pwr_step_limit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PCONtrol:PSTep
driver.configure.wcdmaMeas.prach.limit.pcontrol.pstep.set(enable = False, preamble_pwr_step = 1.0, pwr_step_limit = 1.0)

Enables or disables the check of the preamble power step limits and specifies these limits.

param enable:

Disables | enables the limit check.

param preamble_pwr_step:

Expected preamble power step size.

param pwr_step_limit:

Preamble power step tolerance value.