RFmxLteMXModAccAveragingEnabled Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable averaging for the ModAcc measurement.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXModAccAveragingEnabled
Members
Name | Value | Description |
---|---|---|
False | 0 | The measurement is performed on a single acquisition. |
True | 1 | The measurement is averaged over multiple acquisitions. The number of acquisitions is obtained by the SetAveragingCount(string, int) method. |