Orb ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr2 rc = driver.configure.lteMeas.multiEval.rbAllocation.mcluster.orb.repcap_rBoffset_get() driver.configure.lteMeas.multiEval.rbAllocation.mcluster.orb.repcap_rBoffset_set(repcap.RBoffset.Nr1) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:MEValuation:RBALlocation:MCLuster:ORB .. code-block:: python CONFigure:LTE:MEASurement:MEValuation:RBALlocation:MCLuster:ORB .. autoclass:: RsCMPX_LteMeas.Implementations.Configure.LteMeas.MultiEval.RbAllocation.Mcluster.Orb.OrbCls :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.rbAllocation.mcluster.orb.clone()