Unit

SCPI Command :

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

Sets the method to define the horizontal scale of the eye diagram: as absolute time, or in unit intervals.

Parameters:

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

Returns:

horizontal_unit: UI = UINTerval

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

Sets the method to define the horizontal scale of the eye diagram: as absolute time, or in unit intervals.

Parameters:
  • horizontal_unit – UI = UINTerval

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