Window

SCPI Command :

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

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>: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’.

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

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