Window

SCPI Command :

RIQ:PFM:WINDow
class WindowCls[source]

Window commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.IqFftWindowType[source]
# SCPI: RIQ:PFM:WINDow
value: enums.IqFftWindowType = driver.applications.k6Pulse.riq.pfm.window.get()

Defines the FFT window function to be applied to the reference I/Q data. By default, a rectangular window function is applied (i.e. no windowing) . For details on the effects of FFT windowing functions see Table ‘Characteristics of typical FFT window functions’.

return

window_type: RECTangle | GAUSs | CHEByshev | FLATtop | HAMMing | HANNing | BLACkman

set(window_type: RsFsw.enums.IqFftWindowType) None[source]
# SCPI: RIQ:PFM:WINDow
driver.applications.k6Pulse.riq.pfm.window.set(window_type = enums.IqFftWindowType.BLACkman)

Defines the FFT window function to be applied to the reference I/Q data. By default, a rectangular window function is applied (i.e. no windowing) . For details on the effects of FFT windowing functions see Table ‘Characteristics of typical FFT window functions’.

param window_type

RECTangle | GAUSs | CHEByshev | FLATtop | HAMMing | HANNing | BLACkman