Scale

SCPI Command :

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

Defines the vertical scale in Volts per division 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_scale: 1E-12 to 100000000000000

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

Defines the vertical scale in Volts per division if method RsMxo.eye.vertical.couple.set() is OFF. If coupling is ON, the query returns the coupled value.

Parameters:
  • vertical_scale – 1E-12 to 100000000000000

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