Ndmrs ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr7 rc = driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_get() driver.source.bb.eutra.uplink.cell.subf.alloc.pusch.drs.ndmrs.repcap_layerNull_set(repcap.LayerNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:EUTRa:UL:[CELL]:[SUBF]:ALLoc:PUSCh:DRS:NDMRs .. code-block:: python [SOURce]:BB:EUTRa:UL:[CELL]:[SUBF]:ALLoc:PUSCh:DRS:NDMRs .. autoclass:: RsSmbv.Implementations.Source.Bb.Eutra.Uplink.Cell.Subf.Alloc.Pusch.Drs.Ndmrs.NdmrsCls :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.uplink.cell.subf.alloc.pusch.drs.ndmrs.clone()