Stop

SCPI Command :

MEASurement<*>:EYEJitter:EYEHeight:ABSolute:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:EYEJitter:EYEHeight:ABSolute:STOP
value: float = driver.measurement.eyeJitter.eyeHeight.absolute.stop.get(measurement = repcap.Measurement.Default)

Defines the stop of the measurement window in relative values, if method RsRtx.measurement.eyeJitter.eyeHeight.mode.set() is set to ABSolute. This settings is relevant, if method RsRtx.measurement.main.set() is set to one of the following: ERPercent, ERDB, EHEight, QFACtor, RMSNoise, SNRatio, EAMPlitude.

Parameters:

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

set(abs_time_stp_lev_eye_height: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:EYEJitter:EYEHeight:ABSolute:STOP
driver.measurement.eyeJitter.eyeHeight.absolute.stop.set(abs_time_stp_lev_eye_height = 1.0, measurement = repcap.Measurement.Default)

Defines the stop of the measurement window in relative values, if method RsRtx.measurement.eyeJitter.eyeHeight.mode.set() is set to ABSolute. This settings is relevant, if method RsRtx.measurement.main.set() is set to one of the following: ERPercent, ERDB, EHEight, QFACtor, RMSNoise, SNRatio, EAMPlitude.

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

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