ChannelBw2nd ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Bw50 .. Bw200 rc = driver.configure.multiEval.limit.seMask.limit.carrierAggregation.channelBw1st.channelBw2nd.repcap_secondChannelBw_get() driver.configure.multiEval.limit.seMask.limit.carrierAggregation.channelBw1st.channelBw2nd.repcap_secondChannelBw_set(repcap.SecondChannelBw.Bw50) .. rubric:: SCPI Command : .. index:: single: CONFigure:LTE:MEASurement:MEValuation:LIMit:SEMask:LIMit:CAGGregation:CBANdwidth:CBANdwidth .. code-block:: python CONFigure:LTE:MEASurement:MEValuation:LIMit:SEMask:LIMit:CAGGregation:CBANdwidth:CBANdwidth .. autoclass:: RsCmwLteMeas.Implementations.Configure.MultiEval.Limit.SeMask.Limit.CarrierAggregation.ChannelBw1st.ChannelBw2nd.ChannelBw2ndCls :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.limit.seMask.limit.carrierAggregation.channelBw1st.channelBw2nd.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Configure_MultiEval_Limit_SeMask_Limit_CarrierAggregation_ChannelBw1st_ChannelBw2nd_ChannelBw3rd.rst