Step
SCPI Commands :
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:LEVel
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:[STATe]
- class StepCls[source]
- Step commands group definition. 2 total commands, 0 Subgroups, 2 group commands - get_level() float[source]
- # SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:STAir:STEP:LEVel value: float = driver.source.bb.pramp.ramp.stair.step.get_level() - Sets the power step size. - return:
- step: float Range: 0.01 to 10, Unit: dB 
 
 - get_state() bool[source]
- # SCPI: [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 command [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:STEP:LEVel. - return:
- enable_power_step: 1| ON| 0| OFF 
 
 - set_level(step: float) None[source]
- # SCPI: [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. - param step:
- float Range: 0.01 to 10, Unit: dB 
 
 - set_state(enable_power_step: bool) None[source]
- # SCPI: [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 command [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:STEP:LEVel. - param enable_power_step:
- 1| ON| 0| OFF