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