CbIndex<IndexNull>

RepCap Settings

# Range: Nr0 .. Nr63
rc = driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.repcap_indexNull_get()
driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.repcap_indexNull_set(repcap.IndexNull.Nr0)

SCPI Command :

[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:CBINdex<DIR_OPTIONAL>
class CbIndexCls[source]

CbIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: IndexNull, default value after init: IndexNull.Nr0

get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:CBINdex<DIR_OPTIONAL>
value: int = driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.get(subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, indexNull = repcap.IndexNull.Default)

No command help available

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’)

param indexNull

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

return

code_book_index: No help available

set(code_book_index: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:CBINdex<DIR_OPTIONAL>
driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.set(code_book_index = 1, subframeNull = repcap.SubframeNull.Default, allocationNull = repcap.AllocationNull.Default, indexNull = repcap.IndexNull.Default)

No command help available

param code_book_index

No help available

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’)

param indexNull

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.clone()