Ncon

SCPI Commands :

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

Sets the value for the respective cursor.

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

No help available

set_start(t_3: float) None[source]
# POWer:SWITching:GATE:NCON:STARt
driver.power.switching.gate.ncon.set_start(t_3 = 1.0)

Sets the value for the respective cursor.

set_stop(t_4: float) None[source]
# POWer:SWITching:GATE:NCON:STOP
driver.power.switching.gate.ncon.set_stop(t_4 = 1.0)

No help available