Duplexing

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:DUPLexing
class DuplexingCls[source]

Duplexing commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cellNull=CellNull.Default) EutraDuplexModeExtRange[source]
# SCPI: [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.

param cellNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

return:

dl_duplexmode: TDD| FDD | LAA

set(dl_duplexmode: EutraDuplexModeExtRange, cellNull=CellNull.Default) None[source]
# SCPI: [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.

param dl_duplexmode:

TDD| FDD | LAA

param cellNull:

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)