Stop

SCPI Command :

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

Defines the stop frequency of the displayed frequency span.

Parameters:

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

Returns:

stop_freq: stop frequency

set(stop_freq: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:STOP
driver.calculate.math.fft.stop.set(stop_freq = 1.0, math = repcap.Math.Default)

Defines the stop frequency of the displayed frequency span.

Parameters:
  • stop_freq – stop frequency

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