Step

SCPI Commands :

[SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:LEVel
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:[STATe]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_level() float[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:LEVel
value: float = driver.source.bb.pramp.ramp.stair.step.get_level()

Sets the power step size.

Returns:

step: float Range: 0.01 to 10, Unit: dB

get_state() bool[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:[STATe]
value: bool = driver.source.bb.pramp.ramp.stair.step.get_state()

Activates the edit mode to set the power step. To determine the power step size, use method RsSmw.source.bb.pramp.ramp.stair.step.level() .

Returns:

enable_power_step: 1 | ON | 0| OFF

set_level(step: float) None[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:LEVel
driver.source.bb.pramp.ramp.stair.step.set_level(step = 1.0)

Sets the power step size.

Parameters:

step – float Range: 0.01 to 10, Unit: dB

set_state(enable_power_step: bool) None[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:[STATe]
driver.source.bb.pramp.ramp.stair.step.set_state(enable_power_step = False)

Activates the edit mode to set the power step. To determine the power step size, use method RsSmw.source.bb.pramp.ramp.stair.step.level() .

Parameters:

enable_power_step – 1 | ON | 0| OFF