Ton

SCPI Commands :

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

Sets the value for the respective cursor.

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

Sets the value for the respective cursor.

set_start(t_0: float) None[source]
# POWer:SWITching:GATE:TON:STARt
driver.power.switching.gate.ton.set_start(t_0 = 1.0)

Sets the value for the respective cursor.

set_stop(t_1: float) None[source]
# POWer:SWITching:GATE:TON:STOP
driver.power.switching.gate.ton.set_stop(t_1 = 1.0)

Sets the value for the respective cursor.