Scale

SCPI Command :

CALCulate:MATH<*>:VERTical:SCALe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) float[source]
# CALCulate:MATH<*>:VERTical:SCALe
value: float = driver.calculate.math.vertical.scale.get(math = repcap.Math.Default)

Defines the scale of the y-axis in the math function diagram. The value is defined as ‘V per division’, e.g. 50V/div. In this case, the horizontal grid lines are displayed in intervals of 50 V.

Parameters:

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

Returns:

vertical_scale: 1E-12 to 100E+12

set(vertical_scale: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:VERTical:SCALe
driver.calculate.math.vertical.scale.set(vertical_scale = 1.0, math = repcap.Math.Default)

Defines the scale of the y-axis in the math function diagram. The value is defined as ‘V per division’, e.g. 50V/div. In this case, the horizontal grid lines are displayed in intervals of 50 V.

Parameters:
  • vertical_scale – 1E-12 to 100E+12

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