Ndmrs<LayerNull>
----------------------------------------

.. rubric:: RepCap Settings

.. code-block:: python

	# Range: Nr0 .. Nr7
	rc = driver.source.bb.oneweb.uplink.cell.subf.alloc.puach.drs.ndmrs.repcap_layerNull_get()
	driver.source.bb.oneweb.uplink.cell.subf.alloc.puach.drs.ndmrs.repcap_layerNull_set(repcap.LayerNull.Nr0)



.. rubric:: SCPI Command :

.. index::
	single: [SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUACh:DRS:NDMRs<LAYER>

.. code-block:: python

	[SOURce<HW>]:BB:ONEWeb:UL:[CELL<CCIDX>]:[SUBF<ST0>]:ALLoc<CH0>:PUACh:DRS:NDMRs<LAYER>



.. autoclass:: RsSmw.Implementations.Source.Bb.Oneweb.Uplink.Cell.Subf.Alloc.Puach.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.oneweb.uplink.cell.subf.alloc.puach.drs.ndmrs.clone()