Scale

SCPI Command :

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

Sets the vertical scale for embedding and equalization.

Parameters:

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

Returns:

vertical_scale: 1E-12 to 100

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

Sets the vertical scale for embedding and equalization.

Parameters:
  • vertical_scale – 1E-12 to 100

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