CbIndex

SCPI Command :

[SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CBINdex
class CbIndexCls[source]

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

get(allocationNull=AllocationNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CBINdex
value: int = driver.source.bb.eutra.downlink.emtc.alloc.precoding.cbIndex.get(allocationNull = repcap.AllocationNull.Default)

Sets the codebook index.

param allocationNull

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

return

prec_code_book_idx: integer Range: 0 to 15

set(prec_code_book_idx: int, allocationNull=AllocationNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:DL:EMTC:ALLoc<CH0>:PRECoding:CBINdex
driver.source.bb.eutra.downlink.emtc.alloc.precoding.cbIndex.set(prec_code_book_idx = 1, allocationNull = repcap.AllocationNull.Default)

Sets the codebook index.

param prec_code_book_idx

integer Range: 0 to 15

param allocationNull

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