Duplexing
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:DUPLexing
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cellNull=CellNull.Default) EutraDuplexModeExtRange[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:DUPLexing value: enums.EutraDuplexModeExtRange = driver.source.bb.eutra.downlink.ca.cell.duplexing.get(cellNull = repcap.CellNull.Default)
Selects the duplexing mode of the component carriers.
- Parameters:
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- Returns:
dl_duplexmode: TDD | FDD | LAA
- set(dl_duplexmode: EutraDuplexModeExtRange, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:DUPLexing driver.source.bb.eutra.downlink.ca.cell.duplexing.set(dl_duplexmode = enums.EutraDuplexModeExtRange.FDD, cellNull = repcap.CellNull.Default)
Selects the duplexing mode of the component carriers.
- Parameters:
dl_duplexmode – TDD | FDD | LAA
cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)