RFmxSpecAnMXDpdAveragingEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable averaging for the DPD measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdAveragingEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Performs the measurement on a single acquisition. |
| True | 1 | The DPD measurement uses the value returned by GetAveragingCount(string, out int) as the number of acquisitions over which to average the signal. |