Window

SCPI Command :

CALCulate<n>:RRSPectrum:WINDow
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) SpectrumWindowType[source]
# 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’) .

Parameters:

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

Returns:

window_type: RECTangle | BARTlett | HAMMing | HANNing | BLACkman

set(window_type: SpectrumWindowType, window=Window.Default) None[source]
# 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’) .

Parameters:
  • window_type – RECTangle | BARTlett | HAMMing | HANNing | BLACkman

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