Unit

SCPI Command :

EYE<*>:HORizontal[:UNIT]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) EyeTimeUnits[source]
# EYE<*>:HORizontal[:UNIT]
value: enums.EyeTimeUnits = driver.eye.horizontal.unit.get(eye = repcap.Eye.Default)

Sets the method to define the horizontal scale of the eye diagram.

Parameters:

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

Returns:

time_units: ATIMe | UINTerval

  • ATIMe: Absolute time

  • UINTerval: Unit intervals. You can use unit interval, if the nominal frequency of the clock signal is known.

set(time_units: EyeTimeUnits, eye=Eye.Default) None[source]
# EYE<*>:HORizontal[:UNIT]
driver.eye.horizontal.unit.set(time_units = enums.EyeTimeUnits.ATIMe, eye = repcap.Eye.Default)

Sets the method to define the horizontal scale of the eye diagram.

Parameters:
  • time_units

    ATIMe | UINTerval

    • ATIMe: Absolute time

    • UINTerval: Unit intervals. You can use unit interval, if the nominal frequency of the clock signal is known.

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