Limit ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Nr1 .. Nr32 rc = driver.applications.k10Xlte.sense.espectrum.range.limit.repcap_limitIx_get() driver.applications.k10Xlte.sense.espectrum.range.limit.repcap_limitIx_set(repcap.LimitIx.Nr1) .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Sense.Espectrum.Range.Limit.LimitCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a clone of the original group, that exists independently group2 = driver.applications.k10Xlte.sense.espectrum.range.limit.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K10x_Lte_Sense_Espectrum_Range_Limit_Absolute.rst Applications_K10x_Lte_Sense_Espectrum_Range_Limit_Relative.rst Applications_K10x_Lte_Sense_Espectrum_Range_Limit_State.rst