Toff

SCPI Commands :

POWer:SWITching:GATE:TOFF:STARt
POWer:SWITching:GATE:TOFF:STOP
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_start() float[source]
# POWer:SWITching:GATE:TOFF:STARt
value: float = driver.power.switching.gate.toff.get_start()

Sets the value for the respective cursor.

get_stop() float[source]
# POWer:SWITching:GATE:TOFF:STOP
value: float = driver.power.switching.gate.toff.get_stop()

Sets the value for the respective cursor.

set_start(t_2: float) None[source]
# POWer:SWITching:GATE:TOFF:STARt
driver.power.switching.gate.toff.set_start(t_2 = 1.0)

Sets the value for the respective cursor.

set_stop(t_3: float) None[source]
# POWer:SWITching:GATE:TOFF:STOP
driver.power.switching.gate.toff.set_stop(t_3 = 1.0)

Sets the value for the respective cursor.