Window

SCPI Command :

RIQ:FIQ:WINDow
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() IqFftWindowType[source]
# RIQ:FIQ:WINDow
value: enums.IqFftWindowType = driver.applications.k6Pulse.riq.fiq.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’.

Returns:

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

set(window_type: IqFftWindowType) None[source]
# RIQ:FIQ:WINDow
driver.applications.k6Pulse.riq.fiq.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’.

Parameters:

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