MaxPrecision
SCPI Command :
EYE<*>:MEASurement:MAXPrecision
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) bool[source]
# EYE<*>:MEASurement:MAXPrecision value: bool = driver.eye.measurement.maxPrecision.get(eye = repcap.Eye.Default)
If this function is enabled, the rising and falling transitions for the eye measurmens Eye rise time, Eye fall time and Duty cycle distortion are separated.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
enab_classifier: OFF | ON
- set(enab_classifier: bool, eye=Eye.Default) None[source]
# EYE<*>:MEASurement:MAXPrecision driver.eye.measurement.maxPrecision.set(enab_classifier = False, eye = repcap.Eye.Default)
If this function is enabled, the rising and falling transitions for the eye measurmens Eye rise time, Eye fall time and Duty cycle distortion are separated.
- Parameters:
enab_classifier – OFF | ON
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)