RFmxSpecAnMXSpectrumFftOverlapMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the overlap mode when you set the SpectrumMeasurementMethod method to SequentialFft.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpectrumFftOverlapMode
Members
| Name | Value | Description |
|---|---|---|
| Disabled | 0 | Disables the overlap between the chunks. |
| Automatic | 1 | 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%. |
| UserDefined | 2 | Measurement uses the overlap that you specify in the Spectrum FFT Overlap (%) method. |