Window

SCPI Command :

CALCulate<n>:RRSPectrum: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>:RRSPectrum:WINDow
value: enums.SpectrumWindowType = driver.applications.k6Pulse.calculate.rrSpectrum.window.get(window = repcap.Window.Default)

Defines the RBW for the Result Range Spectrum. The same window types are available as for Parameter Spectrum displays (see ‘Window functions’) .

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>:RRSPectrum:WINDow
driver.applications.k6Pulse.calculate.rrSpectrum.window.set(window_type = enums.SpectrumWindowType.BARTlett, window = repcap.Window.Default)

Defines the RBW for the Result Range Spectrum. The same window types are available as for Parameter Spectrum displays (see ‘Window functions’) .

param window_type

RECTangle | BARTlett | HAMMing | HANNing | BLACkman

param window

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