Gate

SCPI Commands :

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

Sets the value for the cursor.

get_stop() float[source]
# POWer:SLEWrate:GATE:STOP
value: float = driver.power.slewrate.gate.get_stop()

Sets the value for the cursor.

set_start(t_0: float) None[source]
# POWer:SLEWrate:GATE:STARt
driver.power.slewrate.gate.set_start(t_0 = 1.0)

Sets the value for the cursor.

set_stop(t_1: float) None[source]
# POWer:SLEWrate:GATE:STOP
driver.power.slewrate.gate.set_stop(t_1 = 1.0)

Sets the value for the cursor.