CbIndex ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr63 rc = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.cbIndex.repcap_indexNull_get() driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.cbIndex.repcap_indexNull_set(repcap.IndexNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:EUTRa:DL:[SUBF]:ALLoc:[CW]:PRECoding:CBINdex .. code-block:: python [SOURce]:BB:EUTRa:DL:[SUBF]:ALLoc:[CW]:PRECoding:CBINdex .. autoclass:: RsSmbv.Implementations.Source.Bb.Eutra.Downlink.Subf.Alloc.Cw.Precoding.CbIndex.CbIndexCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.source.bb.eutra.downlink.subf.alloc.cw.precoding.cbIndex.clone()