UdConf

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:UDConf
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:UDConf
value: int = driver.source.bb.eutra.downlink.ca.cell.udConf.get(cellNull = repcap.CellNull.Default)

Sets the Uplink-Downlink Configuration number.

Parameters:

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

Returns:

dlca_tdd_ul_dl_conf: integer Range: 0 to 6

set(dlca_tdd_ul_dl_conf: int, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:UDConf
driver.source.bb.eutra.downlink.ca.cell.udConf.set(dlca_tdd_ul_dl_conf = 1, cellNull = repcap.CellNull.Default)

Sets the Uplink-Downlink Configuration number.

Parameters:
  • dlca_tdd_ul_dl_conf – integer Range: 0 to 6

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