TypePy
SCPI Command :
[SENSe]:SWEep:FFT:WINDow:TYPE
- Commands in total: 1Subgroups: 0Direct 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