Offset

SCPI Command :

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

Defines the vertical offset 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’)

Returns:

vertical_offset: -100000000000000 to 100000000000000

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

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

Parameters:
  • vertical_offset – -100000000000000 to 100000000000000

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