Stop
SCPI Command :
MEASurement<*>:EYE:ABSolute:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:EYE:ABSolute:STOP value: float = driver.measurement.eye.absolute.stop.get(measIndex = repcap.MeasIndex.Default)
Sets the absolute stop value for the selected algorithm for eye height and eye width measurements.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
absolute_stop: -1E+26 to 1E+26
- set(absolute_stop: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:EYE:ABSolute:STOP driver.measurement.eye.absolute.stop.set(absolute_stop = 1.0, measIndex = repcap.MeasIndex.Default)
Sets the absolute stop value for the selected algorithm for eye height and eye width measurements.
- Parameters:
absolute_stop – -1E+26 to 1E+26
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)