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