RFMXSPECAN_ATTR_SEM_REFERENCE_TYPE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the power reference is the integrated power or the peak power in the closest carrier channel.
Syntax
RFMXSPECAN_ATTR_SEM_REFERENCE_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1081380 | int32 | Read/Write | N/A |
Remarks
The leftmost carrier is the carrier closest to all the lower (negative) offset segments. The rightmost carrier is the carrier closest to all the upper (positive) offset segments.
You do not need to use a selector string to configure or read this attribute for the default signal instance. Refer to the Selector String topic for information about the string syntax for named signals.
The default value is Integration.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_SEM_REFERENCE_TYPE_INTEGRATION | 0 (0x0) | The power reference is the integrated power of the closest carrier. |
RFMXSPECAN_VAL_SEM_REFERENCE_TYPE_PEAK | 1 (0x1) | The power reference is the peak power of the closest carrier. |