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