RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMXAcpMeasurementMethod Enumeration

  • Updated2024-07-17
  • 2 minute(s) read
RFmxCdma2kMXAcpMeasurementMethod Enumeration

RFmxCdma2kMXAcpMeasurementMethod Enumeration

Specifies the method for performing the ACP measurement.

Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public enum RFmxCdma2kMXAcpMeasurementMethod
Public Enumeration RFmxCdma2kMXAcpMeasurementMethod

Members

Member nameValueDescription
Normal0The 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.
DynamicRange1The 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/5668R.
SequentialFft2 The ACP measurement acquires I/Q samples 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, Int32) method, and FFT is computed on each of these chunks. The resultant FFTs are averaged to get the spectrum and is used to compute the 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. Use this method to optimize the ACP measurement speed. The accuracy of the results may be reduced when using this measurement method.

For accurate power measurements when the power characteristics of the signal vary over time, averaging is allowed.

The following methods have limited support when you set the RFmxCdma2kMXAcpConfiguration.ConfigureMeasurementMethod method to SequentialFft.

  • The RFmxCdma2kMXAcpConfiguration.SetRbwFilterAutoBandwidth method will only support True value.
  • The RFmxCdma2kMXAcpConfiguration.SetRbwFilterType method will only support FftBased value.
  • The RFmxCdma2kMXAcpConfiguration.SetAveragingCount method will only support a value greater than or equal to 1.
  • The RFmxCdma2kMXAcpConfiguration.SetNumberOfAnalysisThreads method will only support a value of 1.
Note  Note
For multi-span FFT, the averaging count should be 1.

See Also

Log in to get a better experience