RFMXWLAN_ATTR_OFDMMODACC_VECTOR_AVERAGING_TIME_ALIGNMENT_ENABLED
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable time alignment for the acquired I/Q data across multiple acquisitions.
Syntax
RFMXWLAN_ATTR_OFDMMODACC_VECTOR_AVERAGING_TIME_ALIGNMENT_ENABLED
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
10502317 | int32 | Read/Write | N/A |
Remarks
This attribute is considered only when you set the RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_ENABLED attribute to True, when you set the RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_COUNT attribute to a value greater than 1, and when you set the RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_TYPE attribute to Vector. You can set this attribute to False when there is no time offset between the acquired I/Q data of all averaging counts. Refer to the OFDMModAcc Vector Averaging concept topic for more information.
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_OFDMMODACC_VECTOR_AVERAGING_TIME_ALIGNMENT_ENABLED_FALSE | 0 (0x0) | Disables time alignment for the acquired I/Q data across multiple acquisitions. |
RFMXWLAN_VAL_OFDMMODACC_VECTOR_AVERAGING_TIME_ALIGNMENT_ENABLED_TRUE | 1 (0x1) | Enables time alignment for the acquired I/Q data across multiple acquisitions. |