Spectrum ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:SPECtrum:FREQuency single: POWer:SPECtrum:AUToscale single: POWer:SPECtrum:RCOunt .. code-block:: python POWer:SPECtrum:FREQuency POWer:SPECtrum:AUToscale POWer:SPECtrum:RCOunt .. autoclass:: rsrtx.Implementations.Power.Spectrum.SpectrumCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently spectrum_copy = driver.power.spectrum.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Spectrum_Execute.rst Power_Spectrum_Report.rst Power_Spectrum_Result.rst