RFmxGsmMXPvtAveragingType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the averaging type for multiple acquisitions.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxGsmMXPvtAveragingType
Public Enumeration RFmxGsmMXPvtAveragingType
Members
Member 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. |