Position

SCPI Command :

EYE<*>:HORizontal:UINTerval:POSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(eye=Eye.Default) float[source]
# EYE<*>:HORizontal:UINTerval:POSition
value: float = driver.eye.horizontal.uinterval.position.get(eye = repcap.Eye.Default)

Sets the zero point in the diagram, in unit intervals. The zero point is the alignment point on which the segment timestamps are superimposed.

Parameters:

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

set(horiz_posi_ui: float, eye=Eye.Default) None[source]
# EYE<*>:HORizontal:UINTerval:POSition
driver.eye.horizontal.uinterval.position.set(horiz_posi_ui = 1.0, eye = repcap.Eye.Default)

Sets the zero point in the diagram, in unit intervals. The zero point is the alignment point on which the segment timestamps are superimposed.

Parameters:
  • horiz_posi_ui – -100E+9 to 100E+9

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