Row ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr0 .. Nr31 rc = driver.source.bb.eutra.uplink.ue.apMap.ap40Map.row.repcap_rowNull_get() driver.source.bb.eutra.uplink.ue.apMap.ap40Map.row.repcap_rowNull_set(repcap.RowNull.Nr0) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:EUTRa:UL:UE:APMap:AP40Map:ROW .. code-block:: python [SOURce]:BB:EUTRa:UL:UE:APMap:AP40Map:ROW .. autoclass:: RsSmbv.Implementations.Source.Bb.Eutra.Uplink.Ue.ApMap.Ap40Map.Row.RowCls :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.ue.apMap.ap40Map.row.clone()