RFMXCDMA2K_ATTR_CHANNEL_CONFIGURATION_MODE
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to detect the channels automatically or to use a specified channel configuration.
Syntax
RFMXCDMA2K_ATTR_CHANNEL_CONFIGURATION_MODE
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
6291474 | 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 Detect.
Name | Value | Description |
|---|---|---|
RFMXCDMA2K_VAL_CHANNEL_CONFIGURATION_MODE_AUTO_DETECT | 0 (0x0) | Specifies that the system automatically detects the channels. |
RFMXCDMA2K_VAL_CHANNEL_CONFIGURATION_MODE_USER_DEFINED | 1 (0x1) | Specifies that the system uses a specific channel configuration. |