Dwell
SCPI Commands :
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:TIME
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:[STATe]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_state() bool[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:[STATe] value: bool = driver.source.bb.pramp.ramp.stair.dwell.get_state()
Activates the edit mode to set the dwell time. To determine the dwell time, use method
RsSmw.source.bb.pramp.ramp.stair.dwell.time().- Returns:
enable_dwell: 1 | ON | 0| OFF
- get_time() float[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:TIME value: float = driver.source.bb.pramp.ramp.stair.dwell.get_time()
Sets the dwell time for a power step. To activate the dwell time, use command .method
RsSmw.source.bb.pramp.ramp.stair.dwell.state().- Returns:
dwell_time: float Range: 5E-9 to 20, Unit: s
- set_state(enable_dwell: bool) None[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:[STATe] driver.source.bb.pramp.ramp.stair.dwell.set_state(enable_dwell = False)
Activates the edit mode to set the dwell time. To determine the dwell time, use method
RsSmw.source.bb.pramp.ramp.stair.dwell.time().- Parameters:
enable_dwell – 1 | ON | 0| OFF
- set_time(dwell_time: float) None[source]
# [SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:TIME driver.source.bb.pramp.ramp.stair.dwell.set_time(dwell_time = 1.0)
Sets the dwell time for a power step. To activate the dwell time, use command .method
RsSmw.source.bb.pramp.ramp.stair.dwell.state().- Parameters:
dwell_time – float Range: 5E-9 to 20, Unit: s