RFmxSpecAnMXFcntAveragingType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the averaging type for the frequency count (Fcnt) measurement. The averaged instantaneous signal phase difference is used for the measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXFcntAveragingType
Members
| Name | Value | Description |
|---|---|---|
| Maximum | 3 | The maximum instantaneous signal phase difference over multiple acquisitions is used for the frequency measurement. |
| Minimum | 4 | The minimum instantaneous signal phase difference over multiple acquisitions is used for the frequency measurement. |
| Mean | 6 | The mean of the instantaneous signal phase difference over multiple acquisitions is used for the frequency measurement. |
| MinMax | 7 | The maximum instantaneous signal phase difference over multiple acquisitions is used for the frequency measurement. The sign of the phase difference is ignored to find the maximum instantaneous value. |