Position

SCPI Command :

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

Sets the vertical position of the indicated eye as a graphical value.

Parameters:

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

Returns:

vert_posi: -100E+24 to 100E+24

set(vert_posi: float, eye=Eye.Default) None[source]
# EYE<*>:VERTical:POSition
driver.eye.vertical.position.set(vert_posi = 1.0, eye = repcap.Eye.Default)

Sets the vertical position of the indicated eye as a graphical value.

Parameters:
  • vert_posi – -100E+24 to 100E+24

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