ChannelBw ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Bw14 .. Bw200 rc = driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.repcap_channelBw_get() driver.configure.lteMeas.multiEval.limit.seMask.obwLimit.channelBw.repcap_channelBw_set(repcap.ChannelBw.Bw14) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth .. code-block:: python CONFigure:LTE:MEASurement:MEValuation:LIMit:SEMask:OBWLimit:CBANdwidth .. autoclass:: RsCMPX_LteMeas.Implementations.Configure.LteMeas.MultiEval.Limit.SeMask.ObwLimit.ChannelBw.ChannelBwCls :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.limit.seMask.obwLimit.channelBw.clone()