Start

SCPI Command :

MEASurement<*>:EYE:ABSolute:STARt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:EYE:ABSolute:STARt
value: float = driver.measurement.eye.absolute.start.get(measIndex = repcap.MeasIndex.Default)

Sets the absolute start 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_start: -1E+26 to 1E+26

set(absolute_start: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:EYE:ABSolute:STARt
driver.measurement.eye.absolute.start.set(absolute_start = 1.0, measIndex = repcap.MeasIndex.Default)

Sets the absolute start value for the selected algorithm for eye height and eye width measurements.

Parameters:
  • absolute_start – -1E+26 to 1E+26

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