Modulation ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:MODulation:AUTO single: POWer:MODulation:SOURce single: POWer:MODulation:TYPE single: POWer:MODulation:DHIStogram .. code-block:: python POWer:MODulation:AUTO POWer:MODulation:SOURce POWer:MODulation:TYPE POWer:MODulation:DHIStogram .. autoclass:: rsrtx.Implementations.Power.Modulation.ModulationCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently modulation_copy = driver.power.modulation.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Modulation_Execute.rst Power_Modulation_Report.rst Power_Modulation_Result.rst