InRush ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:INRush:MAXCurrent single: POWer:INRush:TRIGger single: POWer:INRush:INSert single: POWer:INRush:REMove single: POWer:INRush:COUNt .. code-block:: python POWer:INRush:MAXCurrent POWer:INRush:TRIGger POWer:INRush:INSert POWer:INRush:REMove POWer:INRush:COUNt .. autoclass:: rsrtx.Implementations.Power.InRush.InRushCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently inRush_copy = driver.power.inRush.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_InRush_Add.rst Power_InRush_Execute.rst Power_InRush_Gate.rst Power_InRush_Report.rst