Logarithmic ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:SOA:LOGarithmic:INSert single: POWer:SOA:LOGarithmic:REMove single: POWer:SOA:LOGarithmic:COUNt .. code-block:: python POWer:SOA:LOGarithmic:INSert POWer:SOA:LOGarithmic:REMove POWer:SOA:LOGarithmic:COUNt .. autoclass:: rsrtx.Implementations.Power.Soa.Logarithmic.LogarithmicCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently logarithmic_copy = driver.power.soa.logarithmic.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Soa_Logarithmic_Add.rst Power_Soa_Logarithmic_Point.rst