RFmxLteMXSemOffsetLimitFailMask Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the criteria to determine the measurement fail status.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXSemOffsetLimitFailMask
Members
| Name | Value | Description |
|---|---|---|
| AbsAndRel | 0 | Specifies the fail in measurement if the power in the segment exceeds both the absolute and relative masks. |
| AbsOrRel | 1 | Specifies the fail in measurement if the power in the segment exceeds either the absolute or relative mask. |
| Absolute | 2 | Specifies the fail in measurement if the power in the segment exceeds the absolute mask. |
| Relative | 3 | Specifies the fail in measurement if the power in the segment exceeds the relative mask. |