RFmxLteMXAcpMeasurementMethod Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the method for performing the ACP measurement.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXAcpMeasurementMethod
Members
| Name | Value | Description |
|---|---|---|
| Normal | 0 | The ACP measurement acquires the spectrum using the same signal analyzer setting across frequency bands. Use this method when measurement speed is desirable over higher dynamic range. |
| DynamicRange | 1 | The ACP measurement acquires the spectrum using the hardware-specific optimizations for different frequency bands. Use this method to get the best dynamic range. Supported Devices: PXIe-5665/5668. |
| SequentialFft | 2 | The ACP measurement acquires I/Q samples for a duration specified by the SetSweepTimeInterval(string, double) method. These samples are divided into smaller chunks. The size of each chunk is defined by the SetSequentialFftSize(string, int) method. FFT is computed on each of these chunks. The resultant FFTs are averaged to get the spectrum and is used to compute ACP. If the total acquired samples is not an integer multiple of the FFT size, the remaining samples at the end of acquisition are not used for the measurement. Sequential FFT method should be used for the following scenarios.
Note For multi-Span FFT, the averaging count should be 1. |