RFmxSpecAnMXAcpFftOverlapMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the overlap mode when you set the SetMeasurementMethod(string, RFmxSpecAnMXAcpMeasurementMethod) method to SequentialFft.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXAcpFftOverlapMode
Members
| Name | Value | Description |
|---|---|---|
| Disabled | 0 | Disables the overlap between the chunks. |
| Automatic | 1 | Measurement computes the overlap based on the ACP FFT Window set by the user. When you set the SetFftWindow(string, RFmxSpecAnMXAcpFftWindow) method to FlatTop, the number of overlapped samples between consecutive chunks is 50% of the value of the SetSequentialFftSize(string, int) method. When you set the ACP FFT Window method to None, the chunks are not overlapped. |
| UserDefined | 2 | Measurement uses the overlap that you specify in the SetFftOverlap(string, double) method. |