RFmxSpecAnMXTxpAveragingType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the averaging type for averaging the power over multiple acquisitions. The averaged power trace is used for the measurement. Refer to the Averaging section of the Spectrum topic for more information about averaging types.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXTxpAveragingType
Members
| Name | Value | Description |
|---|---|---|
| Rms | 0 | The power trace is linearly averaged. RMS averaging reduces signal fluctuations but not the noise floor. |
| Log | 1 | The power trace is averaged in a logarithm scale. |
| Scalar | 2 | The square root of the power trace is averaged. |
| Maximum | 3 | The peak power in the power trace at each sample instance is retained from one acquisition to the next. |
| Minimum | 4 | The least power in the power trace at each sample instance is retained from one acquisition to the next. |