RFMXSPECAN_ATTR_DPD_PRE_DPD_CFR_FILTER_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable the filtering operation when you set the RFMXSPECAN_ATTR_DPD_APPLY_DPD_CFR_ENABLED attribute to True. Refer to DPD concept topic for more information about filtering.
Syntax
RFMXSPECAN_ATTR_DPD_PRE_DPD_CFR_FILTER_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
1110112 | 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 False.
Name | Value | Description |
---|---|---|
RFMXSPECAN_VAL_DPD_PRE_DPD_CFR_FILTER_ENABLED_FALSE | 0 (0x0) | Disables the filter operation when performing CFR. |
RFMXSPECAN_VAL_DPD_PRE_DPD_CFR_FILTER_ENABLED_TRUE | 1 (0x1) | Enables filter operation when performing CFR. Filter operation is not supported when you set the RFMXSPECAN_ATTR_DPD_PRE_DPD_CFR_METHOD attribute to Sigmoid. |