Scc ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: CC1 .. CC7 rc = driver.lteMeas.multiEval.trace.rbaTable.ulca.scc.repcap_secondaryCC_get() driver.lteMeas.multiEval.trace.rbaTable.ulca.scc.repcap_secondaryCC_set(repcap.SecondaryCC.CC1) .. rubric:: SCPI Commands : .. index:: single: READ:LTE:MEASurement:MEValuation:TRACe:RBATable:ULCA:SCC single: FETCh:LTE:MEASurement:MEValuation:TRACe:RBATable:ULCA:SCC .. code-block:: python READ:LTE:MEASurement:MEValuation:TRACe:RBATable:ULCA:SCC FETCh:LTE:MEASurement:MEValuation:TRACe:RBATable:ULCA:SCC .. autoclass:: RsCMPX_LteMeas.Implementations.LteMeas.MultiEval.Trace.RbaTable.Ulca.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.lteMeas.multiEval.trace.rbaTable.ulca.scc.clone()