Stop
SCPI Command :
CALCulate:MATH<*>:FFT:GATE:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) float[source]
# CALCulate:MATH<*>:FFT:GATE:RELative:STOP value: float = driver.calculate.math.fft.gate.relative.stop.get(math = repcap.Math.Default)
Defines the end value for the gate in percent.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- Returns:
relative_stop: 0 to 100
- set(relative_stop: float, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:GATE:RELative:STOP driver.calculate.math.fft.gate.relative.stop.set(relative_stop = 1.0, math = repcap.Math.Default)
Defines the end value for the gate in percent.
- Parameters:
relative_stop – 0 to 100
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)