Cbua
SCPI Command :
[SOURce<HW>]:BB:EUTRa:DL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:CBUA
- class CbuaCls[source]
Cbua commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:CBUA value: bool = driver.source.bb.eutra.downlink.cell.subf.alloc.pusch.precoding.cbua.get(cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Applies the enhanced 4 Tx codebook.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
cb_use_alt: 1| ON| 0| OFF OFF Tthe normal codebook is used. ON Applied is the enhanced 4Tx codebook.
- set(cb_use_alt: bool, cellNull=CellNull.Default, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUSCh:PRECoding:CBUA driver.source.bb.eutra.downlink.cell.subf.alloc.pusch.precoding.cbua.set(cb_use_alt = False, cellNull = repcap.CellNull.Default, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default)
Applies the enhanced 4 Tx codebook.
- param cb_use_alt
1| ON| 0| OFF OFF Tthe normal codebook is used. ON Applied is the enhanced 4Tx codebook.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param subframeNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)