RFMXWLAN_ATTR_DSSSMODACC_ACQUISITION_LENGTH_MODE
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the measurement automatically computes the acquisition length of the waveform based on DSSSModAcc attributes.
Syntax
RFMXWLAN_ATTR_DSSSMODACC_ACQUISITION_LENGTH_MODE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
10498059 | 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 Auto.
Name | Value | Description |
---|---|---|
RFMXWLAN_VAL_DSSSMODACC_ACQUISITION_LENGTH_MODE_MANUAL | 0 (0x0) | Uses the acquisition length specified by the RFMXWLAN_ATTR_DSSSMODACC_ACQUISITION_LENGTH attribute. |
RFMXWLAN_VAL_DSSSMODACC_ACQUISITION_LENGTH_MODE_AUTO | 1 (0x1) | Computes the acquisition length based on the RFMXWLAN_ATTR_DSSSMODACC_MEASUREMENT_OFFSET attribute and the RFMXWLAN_ATTR_DSSSMODACC_MAXIMUM_MEASUREMENT_LENGTH attribute. |