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)

Defines the vertical position in divisions if method RsMxo.eye.vertical.couple.set() is OFF. If coupling is ON, the query returns the coupled value.

Parameters:

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

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)

Defines the vertical position in divisions if method RsMxo.eye.vertical.couple.set() is OFF. If coupling is ON, the query returns the coupled value.

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

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