RFmxGsmMXPvtAveragingType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the averaging type for multiple acquisitions.
Syntax
Namespace: NationalInstruments.RFmx.GsmMX
public enum RFmxGsmMXPvtAveragingType
Members
| Name | Value | Description |
|---|---|---|
| Rms | 0 | The power at each sample interval is linearly averaged from one acquisition to the next acquisition. |
| Log | 1 | The power at each sample interval is averaged on a logarithmic scale from one acquisition to the next acquisition. |
| Maximum | 3 | The peak power at each sample interval is retained from one acquisition to the next acquisition. |
| Minimum | 4 | The lowest power at each sample interval is retained from one acquisition to the next acquisition. |