RFmxSpecAnMXFcntThresholdEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable thresholding of the acquired samples to be used for the frequency count (Fcnt) measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXFcntThresholdEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | All samples are considered for the Fcnt measurement. |
| True | 1 | The samples above the threshold level specified in the SetThresholdLevel(string, double) method are considered for the Fcnt measurement. |