RFmxSpecAnMXSpurMeasurementStatus Enumeration
- Updated2025-10-13
- 1 minute(s) read
Indicates the overall measurement status.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpurMeasurementStatus
Members
| Name | Value | Description |
|---|---|---|
| Fail | 0 | Indicates that the amplitude of the detected spurs is greater than the value of the NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXSpurResults.FetchRangeAbsoluteLimitTrace(string,double,NationalInstruments.Spectrum<float>@) method. |
| Pass | 1 | Indicates that the amplitude of the detected spurs is lower than the value of the GetRangeSpurAbsoluteLimit(string, out double) method. |