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)

Sets the vertical scale for the indicated eye.

Parameters:

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

Returns:

vertical_scale: 1E-12 to 100

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)

Sets the vertical scale for the indicated eye.

Parameters:
  • vertical_scale – 1E-12 to 100

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