Window
SCPI Command :
RIQ:PFM:WINDow
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() IqFftWindowType[source]
# 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’.
- Returns:
window_type: RECTangle | GAUSs | CHEByshev | FLATtop | HAMMing | HANNing | BLACkman
- set(window_type: IqFftWindowType) None[source]
# 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’.
- Parameters:
window_type – RECTangle | GAUSs | CHEByshev | FLATtop | HAMMing | HANNing | BLACkman