Scc ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: CC1 .. CC7 rc = driver.configure.multiEval.listPy.segment.scc.repcap_secondaryCC_get() driver.configure.multiEval.listPy.segment.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:MEValuation:LIST:SEGMent:SCC .. code-block:: python CONFigure:LTE:MEASurement:MEValuation:LIST:SEGMent:SCC .. autoclass:: RsCmwLteMeas.Implementations.Configure.MultiEval.ListPy.Segment.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.multiEval.listPy.segment.scc.clone()