Range ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ix1 .. Ix64 rc = driver.applications.k10Xlte.sense.espectrum.range.repcap_rangePy_get() driver.applications.k10Xlte.sense.espectrum.range.repcap_rangePy_set(repcap.RangePy.Ix1) .. rubric:: SCPI Command : .. index:: single: [SENSe]:ESPectrum:RANGe:DELete .. code-block:: python [SENSe]:ESPectrum:RANGe:DELete .. autoclass:: RsFsw.Implementations.Applications.K10x_Lte.Sense.Espectrum.Range.RangeCls :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.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Applications_K10x_Lte_Sense_Espectrum_Range_Bandwidth.rst Applications_K10x_Lte_Sense_Espectrum_Range_Count.rst Applications_K10x_Lte_Sense_Espectrum_Range_FilterPy.rst Applications_K10x_Lte_Sense_Espectrum_Range_Frequency.rst Applications_K10x_Lte_Sense_Espectrum_Range_InputPy.rst Applications_K10x_Lte_Sense_Espectrum_Range_Insert.rst Applications_K10x_Lte_Sense_Espectrum_Range_Limit.rst Applications_K10x_Lte_Sense_Espectrum_Range_MlCalc.rst Applications_K10x_Lte_Sense_Espectrum_Range_Points.rst Applications_K10x_Lte_Sense_Espectrum_Range_RefLevel.rst Applications_K10x_Lte_Sense_Espectrum_Range_Sweep.rst Applications_K10x_Lte_Sense_Espectrum_Range_Transducer.rst