Range

SCPI Command :

CALCulate:MATH<*>:FFT:MAGNitude:RANGe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:MAGNitude:RANGe
value: float = driver.calculate.math.fft.magnitude.range.get(math = repcap.Math.Default)

Defines the vertical value range in spectrum mode.

Parameters:

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

Returns:

range_py: 1 to 500

set(range_py: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:MAGNitude:RANGe
driver.calculate.math.fft.magnitude.range.set(range_py = 1.0, math = repcap.Math.Default)

Defines the vertical value range in spectrum mode.

Parameters:
  • range_py – 1 to 500

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