RFmxCdma2kMXAcpAveragingEnabled Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies whether to enable averaging for 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 RFmxCdma2kMXAcpAveragingEnabled
Public Enumeration RFmxCdma2kMXAcpAveragingEnabled
Members
| Member name | Value | Description |
|---|---|---|
| False | 0 | The measurement is performed on a single acquisition. |
| True | 1 | The ACP measurement uses the value of the SetAveragingCount(String, Int32) method as the number of acquisitions over which the ACP measurement is averaged. |