TypePy

SCPI Command :

[SENSe]:SWEep:FFT:WINDow:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FftWindowType[source]
# [SENSe]:SWEep:FFT:WINDow:TYPE
value: enums.FftWindowType = driver.sense.sweep.fft.window.typePy.get()

Selects the type of FFT window that you want to use in Real-Time mode.

Returns:

fft_window: BLACkharris FLATtop GAUSsian HAMMing HANNing KAISerbessel RECTangular

set(fft_window: FftWindowType) None[source]
# [SENSe]:SWEep:FFT:WINDow:TYPE
driver.sense.sweep.fft.window.typePy.set(fft_window = enums.FftWindowType.BLACkharris)

Selects the type of FFT window that you want to use in Real-Time mode.

Parameters:

fft_window – BLACkharris FLATtop GAUSsian HAMMing HANNing KAISerbessel RECTangular