Duplexing
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DUPLexing
- class DuplexingCls[source]
Duplexing commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default) RsSmw.enums.EutraDuplexMode [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DUPLexing value: enums.EutraDuplexMode = driver.source.bb.eutra.uplink.ca.cell.duplexing.get(cellNull = repcap.CellNull.Default)
Selects the duplexing mode of the component carriers.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- return
ulca_duplex_mode: TDD| FDD
- set(ulca_duplex_mode: RsSmw.enums.EutraDuplexMode, cellNull=CellNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DUPLexing driver.source.bb.eutra.uplink.ca.cell.duplexing.set(ulca_duplex_mode = enums.EutraDuplexMode.FDD, cellNull = repcap.CellNull.Default)
Selects the duplexing mode of the component carriers.
- param ulca_duplex_mode
TDD| FDD
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)