Mode
SCPI Command :
CALCulate:MATH<*>:VERTical:SCALe:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) AutoManualMode[source]
# CALCulate:MATH<*>:VERTical:SCALe:MODE value: enums.AutoManualMode = driver.calculate.math.vertical.scale.mode.get(math = repcap.Math.Default)
Sets how the vertical scale is adapted to the current measurement results. By default, scaling is done automatically to provide an optimal display. However, if necessary, you can define scaling values manually to suit your requirements.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
vertical_scale_mode: MANual | AUTO
- set(vertical_scale_mode: AutoManualMode, math=Math.Default) None[source]
# CALCulate:MATH<*>:VERTical:SCALe:MODE driver.calculate.math.vertical.scale.mode.set(vertical_scale_mode = enums.AutoManualMode.AUTO, math = repcap.Math.Default)
Sets how the vertical scale is adapted to the current measurement results. By default, scaling is done automatically to provide an optimal display. However, if necessary, you can define scaling values manually to suit your requirements.
- Parameters:
vertical_scale_mode – MANual | AUTO
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)