RFMXSPECAN_ATTR_IM_LOCAL_PEAK_SEARCH_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable a local peak search around the tone or intermod frequencies to account for small frequency offsets.
Syntax
RFMXSPECAN_ATTR_IM_LOCAL_PEAK_SEARCH_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1114154 | int32 | Read/Write | N/A |
Remarks
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 True.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_IM_LOCAL_PEAK_SEARCH_ENABLED_FALSE | 0 (0x0) | The measurement returns the power at the tone and intermod frequencies. |
RFMXSPECAN_VAL_IM_LOCAL_PEAK_SEARCH_ENABLED_TRUE | 1 (0x1) | The measurement performs a local peak search around the tone and intermod frequencies to return the peak power. |