Dwell
SCPI Commands :
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:TIME
[SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:[STATe]
- class DwellCls[source]
Dwell commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_state() bool [source]
# SCPI: [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 command [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:DWELl:TIME.
- return
enable_dwell: 1| ON| 0| OFF
- get_time() float [source]
# SCPI: [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 . [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:DWELl[:STATe].
- return
dwell_time: float Range: 5E-9 to 20, Unit: s
- set_state(enable_dwell: bool) None [source]
# SCPI: [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 command [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:DWELl:TIME.
- param enable_dwell
1| ON| 0| OFF
- set_time(dwell_time: float) None [source]
# SCPI: [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 . [:SOURce<hw>]:BB:PRAMp:RAMP:STAir:DWELl[:STATe].
- param dwell_time
float Range: 5E-9 to 20, Unit: s