Window
SCPI Command :
CALCulate<n>:PSPectrum:WINDow
- class WindowCls[source]
Window commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) RsFsw.enums.SpectrumWindowType [source]
# SCPI: CALCulate<n>:PSPectrum:WINDow value: enums.SpectrumWindowType = driver.applications.k6Pulse.calculate.pspectrum.window.get(window = repcap.Window.Default)
Defines the used FFT window type for Pulse-to-Pulse Spectrum displays For more information see ‘Parameter spectrum calculation’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
window_type: RECTangle | BARTlett | HAMMing | HANNing | BLACkman
- set(window_type: RsFsw.enums.SpectrumWindowType, window=Window.Default) None [source]
# SCPI: CALCulate<n>:PSPectrum:WINDow driver.applications.k6Pulse.calculate.pspectrum.window.set(window_type = enums.SpectrumWindowType.BARTlett, window = repcap.Window.Default)
Defines the used FFT window type for Pulse-to-Pulse Spectrum displays For more information see ‘Parameter spectrum calculation’.
- param window_type
RECTangle | BARTlett | HAMMing | HANNing | BLACkman
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)