Range
SCPI Command :
CALCulate:MATH<*>:VERTical:RANGe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) float[source]
# CALCulate:MATH<*>:VERTical:RANGe value: float = driver.calculate.math.vertical.range.get(math = repcap.Math.Default)
Defines the range of FFT values to be displayed.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
vertical_range: 0 to 1E+15
- set(vertical_range: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:VERTical:RANGe driver.calculate.math.vertical.range.set(vertical_range = 1.0, math = repcap.Math.Default)
Defines the range of FFT values to be displayed.
- Parameters:
vertical_range – 0 to 1E+15
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)