RFMXLTE_ATTR_DUPLEX_SCHEME
- Updated2025-04-08
- 1 minute(s) read
Specifies the duplexing technique of the signal being measured.
Syntax
RFMXLTE_ATTR_DUPLEX_SCHEME
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
3145741 | 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 FDD.
Name | Value | Description |
---|---|---|
RFMXLTE_VAL_DUPLEX_SCHEME_FDD | 0 (0x0) | Specifies that the duplexing technique is frequency-division duplexing. |
RFMXLTE_VAL_DUPLEX_SCHEME_TDD | 1 (0x1) | Specifies that the duplexing technique is time-division duplexing. |
RFMXLTE_VAL_DUPLEX_SCHEME_LAA | 2 (0x2) | Specifies that the duplexing technique is license assisted access. |