Stop

SCPI Command :

GATE<*>:ABSolute:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(gate=Gate.Default) float[source]
# GATE<*>:ABSolute:STOP
value: float = driver.gate.absolute.stop.get(gate = repcap.Gate.Default)

Define the absolute start and end values for the gate, respectively. Available, if method RsMxo.gate.gcoupling.set() = MANUal and method RsMxo.gate.mode.set() =ABS.

Parameters:

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

Returns:

stop: -1E+26 to 1E+26

set(stop: float, gate=Gate.Default) None[source]
# GATE<*>:ABSolute:STOP
driver.gate.absolute.stop.set(stop = 1.0, gate = repcap.Gate.Default)

Define the absolute start and end values for the gate, respectively. Available, if method RsMxo.gate.gcoupling.set() = MANUal and method RsMxo.gate.mode.set() =ABS.

Parameters:
  • stop – -1E+26 to 1E+26

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