Algorithm
SCPI Command :
MEASurement<*>:EYEJitter:EYEHeight:ALGorithm
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) MeasEyeHeightAlgorithm[source]
# MEASurement<*>:EYEJitter:EYEHeight:ALGorithm value: enums.MeasEyeHeightAlgorithm = driver.measurement.eyeJitter.eyeHeight.algorithm.get(measurement = repcap.Measurement.Default)
Selects the algorithm for the measurement of the height. This settings is relevant, if method
RsRtx.measurement.main.set()is set to EHEight.- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(algorithm_meas_eye_height: MeasEyeHeightAlgorithm, measurement=Measurement.Default) None[source]
# MEASurement<*>:EYEJitter:EYEHeight:ALGorithm driver.measurement.eyeJitter.eyeHeight.algorithm.set(algorithm_meas_eye_height = enums.MeasEyeHeightAlgorithm.ACTHeight, measurement = repcap.Measurement.Default)
Selects the algorithm for the measurement of the height. This settings is relevant, if method
RsRtx.measurement.main.set()is set to EHEight.- Parameters:
algorithm_meas_eye_height –
ACTHeight | MAXHeight | TSIGma
ACTHeight: Measure actual height. You can define a measuerement window for the measurement.
MAXHeight: Measure maximum height. You can define a measuerement window for the measurement.
TSIGma: Extrapolate using three sigma. The eye height is measured with the settings defined with the general commands.
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)