Stop

SCPI Command :

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

Set the absolute time values for gate start and gate end.

Parameters:

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

Returns:

stop: -100E+24 to 100E+24

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

Set the absolute time values for gate start and gate end.

Parameters:
  • stop – -100E+24 to 100E+24

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