Stop

SCPI Command :

POWer:INRush:GATE<*>:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrGate=PwrGate.Default) float[source]
# POWer:INRush:GATE<*>:STOP
value: float = driver.power.inRush.gate.stop.get(pwrGate = repcap.PwrGate.Default)

Sets the measuring time for the selected gate.

Parameters:

pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)

Returns:

stop_time: 0 to 10

set(stop_time: float, pwrGate=PwrGate.Default) None[source]
# POWer:INRush:GATE<*>:STOP
driver.power.inRush.gate.stop.set(stop_time = 1.0, pwrGate = repcap.PwrGate.Default)

Sets the measuring time for the selected gate.

Parameters:
  • stop_time – 0 to 10

  • pwrGate – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)