RFmxSpecAnMXAmpmThresholdEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable thresholding for the acquired samples to be used for the AMPM measurement.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXAmpmThresholdEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | All samples are considered for the AMPM measurement. |
| True | 1 | Samples above the threshold level specified by the GetThresholdLevel(string, out double) method are considered for the AMPM measurement. |