RFmxSpecAnMXSpectrumMeasurementMethod Enumeration
- Updated2025-10-13
- 2 minute(s) read
Specifies the method for performing the Spectrum measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpectrumMeasurementMethod
Members
| Name | Value | Description |
|---|---|---|
| Normal | 0 | The Spectrum measurement acquires the spectrum using the same signal analyzer setting across frequency bands. |
| SequentialFft | 2 | The Spectrum measurement acquires I/Q samples for a duration specified by the SpectrumSweepTimeInterval method. These samples are divided into smaller chunks. If the method SpectrumRbwFilterAutoBandwidth is True, The size of each chunk is defined by the SpectrumSequentialFftSize method. If the method Spectrum RBW Auto is False, the Spectrum Sequential FFT Size is auto computed based on the configured SpectrumRbwFilterBandwidth. The overlap between the chunks is defined by the SpectrumFftOverlapMode method. FFT is computed on each of these chunks. The resultant FFTs are averaged as per the configured averaging type in the method SpectrumFftOverlapTypeto get the spectrum. Sequential FFT method should be used for the following scenarios.
The following methods have limited support when you set the RFmxSpecAnMXSpectrumConfiguration.ConfigureMeasurementMethod method to SequentialFft.
Note For multi-span FFT, the averaging count should be 1. |