UdConf

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:CA:CELL<CH0>:UDConf
class UdConfCls[source]

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

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

param cellNull

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

return

dlca_tdd_ul_dl_conf: integer Range: 0 to 6

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

param dlca_tdd_ul_dl_conf

integer Range: 0 to 6

param cellNull

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