Stop
SCPI Command :
EYE<*>:QUALify:GATE:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) float[source]
# EYE<*>:QUALify:GATE:RELative:STOP value: float = driver.eye.qualify.gate.relative.stop.get(eye = repcap.Eye.Default)
Set the relative values for gate start and gate end.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
relative_stop: 0 to 100
- set(relative_stop: float, eye=Eye.Default) None[source]
# EYE<*>:QUALify:GATE:RELative:STOP driver.eye.qualify.gate.relative.stop.set(relative_stop = 1.0, eye = repcap.Eye.Default)
Set the relative values for gate start and gate end.
- Parameters:
relative_stop – 0 to 100
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)