Algorithm

SCPI Command :

MEASurement<*>:EYE:ALGorithm
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) EyeMeasAlgorithm[source]
# MEASurement<*>:EYE:ALGorithm
value: enums.EyeMeasAlgorithm = driver.measurement.eye.algorithm.get(measIndex = repcap.MeasIndex.Default)

Selects the algorithm for the measurement of the eye height and eye width.

Parameters:

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

Returns:

algorithm: ACTHeight | MAXHeight | ACTWidth | AWMWindow | MAXWidth | TSIGma

  • TSIGma: Three sigma: The eye height is measured with the settings defined with MDEFaults:Settings:EYE commands.The eye width is measured at the crossing level.

  • ACTHeight: The actual height is the vertical distance between the top and the bottom of the eye opening at the sampling point. The default window is 40% - 60% of the eye period. Specific start and stop values are used for calculation.

  • ACTWidth: The eye width is measured at the crossing level. Refers to Crossing level in the GUI.

  • MAXHeight: The maximum height is theoretical maximum vertical distance between the highest possible 1 level and the lowest possible 0 level. The default measurement window is 40% - 60% of the eye period. Specific start and stop values are used for maximum calculation.

  • MAXWidth: The maximum width of an eye diagram is the maximum horizontal distance between the points where the ideal eye opening crosses the decision threshold level. Specific start and stop values are used for maximum calculation.

  • AWMWindow: The eye width is measured as the horizontal distance between the points where the eye opening crosses the threshold level. Specific start and stop values are used for calculation.

set(algorithm: EyeMeasAlgorithm, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:EYE:ALGorithm
driver.measurement.eye.algorithm.set(algorithm = enums.EyeMeasAlgorithm.ACTHeight, measIndex = repcap.MeasIndex.Default)

Selects the algorithm for the measurement of the eye height and eye width.

Parameters:
  • algorithm

    ACTHeight | MAXHeight | ACTWidth | AWMWindow | MAXWidth | TSIGma

    • TSIGma: Three sigma: The eye height is measured with the settings defined with MDEFaults:Settings:EYE commands.The eye width is measured at the crossing level.

    • ACTHeight: The actual height is the vertical distance between the top and the bottom of the eye opening at the sampling point. The default window is 40% - 60% of the eye period. Specific start and stop values are used for calculation.

    • ACTWidth: The eye width is measured at the crossing level. Refers to Crossing level in the GUI.

    • MAXHeight: The maximum height is theoretical maximum vertical distance between the highest possible 1 level and the lowest possible 0 level. The default measurement window is 40% - 60% of the eye period. Specific start and stop values are used for maximum calculation.

    • MAXWidth: The maximum width of an eye diagram is the maximum horizontal distance between the points where the ideal eye opening crosses the decision threshold level. Specific start and stop values are used for maximum calculation.

    • AWMWindow: The eye width is measured as the horizontal distance between the points where the eye opening crosses the threshold level. Specific start and stop values are used for calculation.

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