RFmxDemodMXADemodAveragingType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the averaging type for the measurement.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXADemodAveragingType
Members
| Name | Value | Description |
|---|---|---|
| Linear | 0 | The averaged result is the mean value measured across multiple acquisitions. |
| Maximum | 1 | The averaged result is the maximum value measured across multiple acquisitions. |
| Minimum | 2 | The averaged result is the minimum value measured across multiple acquisitions. |