OnOff ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: POWer:ONOFf:TYPE single: POWer:ONOFf:INPut single: POWer:ONOFf:ATON single: POWer:ONOFf:ATOFf single: POWer:ONOFf:DTON single: POWer:ONOFf:DTOFf single: POWer:ONOFf:DSON single: POWer:ONOFf:DSOFf single: POWer:ONOFf:TIME .. code-block:: python POWer:ONOFf:TYPE POWer:ONOFf:INPut POWer:ONOFf:ATON POWer:ONOFf:ATOFf POWer:ONOFf:DTON POWer:ONOFf:DTOFf POWer:ONOFf:DSON POWer:ONOFf:DSOFf POWer:ONOFf:TIME .. autoclass:: rsrtx.Implementations.Power.OnOff.OnOffCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently onOff_copy = driver.power.onOff.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Power_OnOff_Execute.rst Power_OnOff_Report.rst Power_OnOff_Result.rst