Pstep

SCPI Commands

CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep:DIRection
CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep
class Pstep[source]

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

get_direction()RsCmwCdma2kMeas.enums.UpDownDirection[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep:DIRection
value: enums.UpDownDirection = driver.configure.oltr.pstep.get_direction()

Defines the direction of the first power step within an OLTR measurement. For each subsequent power step, the direction is toggled.

return

pstep_direction: DOWN | UP

get_value()float[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep
value: float = driver.configure.oltr.pstep.get_value()

Defines the size of the power steps, i.e. the increases and decreases in the total BSS power during the OLTR measurement.

return

power_step: numeric The power step is relative to the measured reference power. Range: 0 dB to 40 dB , Unit: dB

set_direction(pstep_direction: RsCmwCdma2kMeas.enums.UpDownDirection)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep:DIRection
driver.configure.oltr.pstep.set_direction(pstep_direction = enums.UpDownDirection.DOWN)

Defines the direction of the first power step within an OLTR measurement. For each subsequent power step, the direction is toggled.

param pstep_direction

DOWN | UP

set_value(power_step: float)None[source]
# SCPI: CONFigure:CDMA:MEASurement<Instance>:OLTR:PSTep
driver.configure.oltr.pstep.set_value(power_step = 1.0)

Defines the size of the power steps, i.e. the increases and decreases in the total BSS power during the OLTR measurement.

param power_step

numeric The power step is relative to the measured reference power. Range: 0 dB to 40 dB , Unit: dB