RFMXSPECAN_ATTR_SEM_OFFSET_LIMIT_FAIL_MASK
- Updated2025-04-08
- 1 minute(s) read
Specifies the criteria to determine the measurement fail status.
Syntax
RFMXSPECAN_ATTR_SEM_OFFSET_LIMIT_FAIL_MASK
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1081357 | int32 | Read/Write | Offset |
Remarks
Use "offset<n>" as the Selector String to configure or read this attribute.
The default value is Absolute.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_SEM_OFFSET_LIMIT_FAIL_MASK_ABSOLUTE_AND_RELATIVE | 0 (0x0) | The measurement fails if the power in the segment exceeds both the absolute and relative masks. |
RFMXSPECAN_VAL_SEM_OFFSET_LIMIT_FAIL_MASK_ABSOLUTE_OR_RELATIVE | 1 (0x1) | The measurement fails if the power in the segment exceeds either the absolute or relative mask. |
RFMXSPECAN_VAL_SEM_OFFSET_LIMIT_FAIL_MASK_ABSOLUTE | 2 (0x2) | The measurement fails if the power in the segment exceeds the absolute mask. |
RFMXSPECAN_VAL_SEM_OFFSET_LIMIT_FAIL_MASK_RELATIVE | 3 (0x3) | The measurement fails if the power in the segment exceeds the relative mask. |