RFmxBTMXAcpResultsMeasurementStatus Enumeration
- Updated2025-10-13
- 1 minute(s) read
Indicates the overall measurement status based on the measurement limits specified by the standard when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to InBand.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXAcpResultsMeasurementStatus
Members
| Name | Value | Description |
|---|---|---|
| NotApplicable | -1 | This method returns Not Applicable when you set the SetOffsetChannelMode(string, RFmxBTMXAcpOffsetChannelMode) method to Symmetric. |
| Fail | 0 | This method returns Fail if more than 3 offsets from offset 3 onwards fail the mask with exception or any offset channel fails the mask without exception. |
| Pass | 1 | This method returns Pass if all offsets except up to a maximum of 3 from offset 3 onwards do not fail the mask with exception and all offset channels do not fail the mask without exception. |