Specifies the overlap mode when you set the SpectrumMeasurementMethod method to SequentialFft.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public enum RFmxSpecAnMXSpectrumFftOverlapMode

Members

NameValueDescription
Disabled0

Disables the overlap between the chunks.

Automatic1

Measurement sets the overlap based on the value you have set for the SpectrumFftWindow method. When you set the Spectrum FFT Window method to any value other than None, the number of overlapped samples between consecutive chunks is set to 50% of the value of the SpectrumSequentialFftSize method. When you set the Spectrum FFT Window method to None, the chunks are not overlapped and the overlap is set to 0%.

UserDefined2

Measurement uses the overlap that you specify in the Spectrum FFT Overlap (%) method.