Row ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr32 rc = driver.source.bb.v5G.downlink.apm.cs.ap.row.repcap_row_get() driver.source.bb.v5G.downlink.apm.cs.ap.row.repcap_row_set(repcap.Row.Nr1) .. rubric:: SCPI Command : .. index:: single: [SOURce]:BB:V5G:DL:APM:CS:AP:ROW .. code-block:: python [SOURce]:BB:V5G:DL:APM:CS:AP:ROW .. autoclass:: RsSmw.Implementations.Source.Bb.V5G.Downlink.Apm.Cs.Ap.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.v5G.downlink.apm.cs.ap.row.clone()