RFMXWLAN_ATTR_OFDM_AUTO_PHASE_ROTATION_DETECTION_ENABLED
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable auto detection of phase rotation coefficients.
Syntax
RFMXWLAN_ATTR_OFDM_AUTO_PHASE_ROTATION_DETECTION_ENABLED
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
10485820 | int32 | Read/Write | N/A |
Remarks
This attribute is applicable only when you set the RFMXWLAN_ATTR_STANDARD attribute to 802.11be or 802.11bn and the RFMXWLAN_ATTR_CHANNEL_BANDWIDTH attribute to 320M.
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 |
|---|---|---|
RFMXWLAN_VAL_OFDM_AUTO_PHASE_ROTATION_DETECTION_ENABLED_FALSE | 0 (0x0) | Specifies that auto detection of phase rotation coefficient is disabled. |
RFMXWLAN_VAL_OFDM_AUTO_PHASE_ROTATION_DETECTION_ENABLED_TRUE | 1 (0x1) | Specifies that auto detection of phase rotation coefficient is enabled. |