Stop

SCPI Command :

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

Defines the end value for the gate.

Parameters:

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

Returns:

stop: -100E+24 to 100E+24

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

Defines the end value for the gate.

Parameters:
  • stop – -100E+24 to 100E+24

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