CbIndex<IndexNull>
SCPI Command :
[SOURce<HW>]:BB:V5G:DL:[SUBF<ST0>]:ALLoc<CH0>:PRECoding:CBINdex<DIR_OPTIONAL>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr0 .. Nr63 driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.repcap_indexNull_set(repcap.IndexNull.Nr0)
- get(subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, indexNull=IndexNull.Default) int[source]
# [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 help available
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘CbIndex’)
- set(code_book_index: int, subframeNull=SubframeNull.Default, allocationNull=AllocationNull.Default, indexNull=IndexNull.Default) None[source]
# [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 help available
- Parameters:
subframeNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subf’)
allocationNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘CbIndex’)
Cloning the Group
# Create a copy of the original group, that exists independently
cbIndex_copy = driver.source.bb.v5G.downlink.subf.alloc.precoding.cbIndex.clone()