Returns the recommended FFT window type for spectral acquisition. This method is supported when
1. RFmxInstrMX(string, string) is called with option string "AnalysisOnly=1".
2. RFmxInstrMX(string[], string) is called with option string 'AnalysisOnly=1;MaxNumWfms:n'. Use 'instr(n)' as the selector string to read this method.

Syntax

Namespace: NationalInstruments.RFmx.InstrMX

public enum RFmxInstrMXRecommendedSpectralFftWindow

Members

NameValueDescription
None0

Indicates that the measurement does not use FFT windowing to reduce spectral leakage.

FlatTop1

Indicates a Flat Top FFT window type.

Hanning2

Indicates a Hanning FFT window type.

Hamming3

Indicates a Hamming FFT window type.

Gaussian4

Indicates a Gaussian FFT window type.

Blackman5

Indicates a Blackman FFT window type.

BlackmanHarris6

Indicates a Blackman-Harris FFT window type.

KaiserBessel7

Indicates a Kaiser-Bessel FFT window type.