Quality ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:QUALity:FREQ single: POWer:QUALity:FCUS single: POWer:QUALity:AUTO .. code-block:: python POWer:QUALity:FREQ POWer:QUALity:FCUS POWer:QUALity:AUTO .. autoclass:: rsrtx.Implementations.Power.Quality.QualityCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently quality_copy = driver.power.quality.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Quality_Execute.rst Power_Quality_Report.rst Power_Quality_Result.rst