Transient ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:TRANsient:FREQuency single: POWer:TRANsient:INPut single: POWer:TRANsient:SIGHigh single: POWer:TRANsient:SIGLow single: POWer:TRANsient:HYSTeresis single: POWer:TRANsient:TRGChannel single: POWer:TRANsient:TRGLevel single: POWer:TRANsient:TRGSlope single: POWer:TRANsient:AUToscale .. code-block:: python POWer:TRANsient:FREQuency POWer:TRANsient:INPut POWer:TRANsient:SIGHigh POWer:TRANsient:SIGLow POWer:TRANsient:HYSTeresis POWer:TRANsient:TRGChannel POWer:TRANsient:TRGLevel POWer:TRANsient:TRGSlope POWer:TRANsient:AUToscale .. autoclass:: rsrtx.Implementations.Power.Transient.TransientCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently transient_copy = driver.power.transient.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_Transient_Execute.rst Power_Transient_Report.rst Power_Transient_Result.rst