Value

SCPI Command :

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

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

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[:VALue]
driver.calculate.math.vertical.scale.value.set(vertical_scale = 1.0, math = repcap.Math.Default)

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

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

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