Soa ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:SOA:SCALe single: POWer:SOA:MASK single: POWer:SOA:SWITch .. code-block:: python POWer:SOA:SCALe POWer:SOA:MASK POWer:SOA:SWITch .. autoclass:: rsrtx.Implementations.Power.Soa.SoaCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently soa_copy = driver.power.soa.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Soa_Execute.rst Power_Soa_Linear.rst Power_Soa_Logarithmic.rst Power_Soa_Report.rst