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()

No command help available

return

enable_dwell: No help available

get_time() float[source]
# SCPI: [SOURce<HW>]:BB:PRAMp:RAMP:STAir:DWELl:TIME
value: float = driver.source.bb.pramp.ramp.stair.dwell.get_time()

No command help available

return

dwell_time: No help available

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)

No command help available

param enable_dwell

No help available

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)

No command help available

param dwell_time

No help available