Cc ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr4 rc = driver.configure.lteMeas.multiEval.listPy.segment.cc.repcap_carrierComponent_get() driver.configure.lteMeas.multiEval.listPy.segment.cc.repcap_carrierComponent_set(repcap.CarrierComponent.Nr1) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:MEValuation:LIST:SEGMent:CC .. code-block:: python CONFigure:LTE:MEASurement:MEValuation:LIST:SEGMent:CC .. autoclass:: RsCMPX_LteMeas.Implementations.Configure.LteMeas.MultiEval.ListPy.Segment.Cc.CcCls :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.multiEval.listPy.segment.cc.clone()