Layer ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr7 rc = driver.source.bb.ofdm.alloc.scma.layer.repcap_layerNull_get() driver.source.bb.ofdm.alloc.scma.layer.repcap_layerNull_set(repcap.LayerNull.Nr0) .. autoclass:: RsSmbv.Implementations.Source.Bb.Ofdm.Alloc.Scma.Layer.LayerCls :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.ofdm.alloc.scma.layer.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Source_Bb_Ofdm_Alloc_Scma_Layer_Pwr.rst Source_Bb_Ofdm_Alloc_Scma_Layer_State.rst Source_Bb_Ofdm_Alloc_Scma_Layer_User.rst