Cond

SCPI Commands :

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

Sets the value for the respective cursor.

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

Sets the value for the respective cursor.

set_start(t_1: float) None[source]
# POWer:SWITching:GATE:COND:STARt
driver.power.switching.gate.cond.set_start(t_1 = 1.0)

Sets the value for the respective cursor.

set_stop(t_2: float) None[source]
# POWer:SWITching:GATE:COND:STOP
driver.power.switching.gate.cond.set_stop(t_2 = 1.0)

Sets the value for the respective cursor.