RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_ENABLED
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable averaging for OFDMModAcc measurements.
Syntax
RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_ENABLED
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
10502146 | 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 |
---|---|---|
RFMXWLAN_VAL_OFDMMODACC_AVERAGING_ENABLED_FALSE | 0 (0x0) | The measurement is performed on a single acquisition. |
RFMXWLAN_VAL_OFDMMODACC_AVERAGING_ENABLED_TRUE | 1 (0x1) | The measurement uses the value of the RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_COUNT attribute as the number of acquisitions over which the results are computed according to the RFMXWLAN_ATTR_OFDMMODACC_AVERAGING_TYPE attribute. |