System ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: SYSTem:PRESet single: SYSTem:APUP .. code-block:: python SYSTem:PRESet SYSTem:APUP .. autoclass:: rsmxo.Implementations.System.SystemCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently system_copy = driver.system.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: System_Communicate.rst System_Date.rst System_Display.rst System_Exit.rst System_Fw.rst System_Shutdown.rst System_Time.rst