Stop
SCPI Command :
CALCulate:SPECtrum<*>:GATE:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:GATE:STOP value: float = driver.calculate.spectrum.gate.stop.get(spectrum = repcap.Spectrum.Default)
Sets the end value for the gate.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
stop: -1E+26 to 1E+26
- set(stop: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:GATE:STOP driver.calculate.spectrum.gate.stop.set(stop = 1.0, spectrum = repcap.Spectrum.Default)
Sets the end value for the gate.
- Parameters:
stop – -1E+26 to 1E+26
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)