Duplexing

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:CA:CELL<CH0>:DUPLexing
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) EutraDuplexMode[source]
# [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.

Parameters:

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

Returns:

ulca_duplex_mode: TDD | FDD

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

Parameters:
  • ulca_duplex_mode – TDD | FDD

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