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