Stop

SCPI Command :

MEASurement<*>:EYE:RELative:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:EYE:RELative:STOP
value: float = driver.measurement.eye.relative.stop.get(measIndex = repcap.MeasIndex.Default)

Sets the relative stop value for the selected algorithm of eye height and eye width measurements. For rise time and fall time eye measurements, the command sets the offset after the first eye crossing (local stop level) . Only values inside the specified horizontal range are considered for the measurements.

Parameters:

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

Returns:

relative_stop: The value refers to one unit interval for rise and fall time measurements. For eye width, the value refers to the eye top and base levels. For eye height, the value refers to the eye crossings.

set(relative_stop: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:EYE:RELative:STOP
driver.measurement.eye.relative.stop.set(relative_stop = 1.0, measIndex = repcap.MeasIndex.Default)

Sets the relative stop value for the selected algorithm of eye height and eye width measurements. For rise time and fall time eye measurements, the command sets the offset after the first eye crossing (local stop level) . Only values inside the specified horizontal range are considered for the measurements.

Parameters:
  • relative_stop – The value refers to one unit interval for rise and fall time measurements. For eye width, the value refers to the eye top and base levels. For eye height, the value refers to the eye crossings.

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