Scc ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: CC1 .. CC7 rc = driver.configure.lteMeas.carrierAggregation.maping.scc.repcap_secondaryCC_get() driver.configure.lteMeas.carrierAggregation.maping.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:CAGGregation:MAPing:SCC .. code-block:: python CONFigure:LTE:MEASurement:CAGGregation:MAPing:SCC .. autoclass:: RsCMPX_LteMeas.Implementations.Configure.LteMeas.CarrierAggregation.Maping.Scc.SccCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.configure.lteMeas.carrierAggregation.maping.scc.clone()