System ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: SYSTem:KLOCk single: SYSTem:TIME single: SYSTem:DFPRint single: SYSTem:LANGuage .. code-block:: python SYSTem:KLOCk SYSTem:TIME SYSTem:DFPRint SYSTem:LANGuage .. autoclass:: rsrtx.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_Device.rst System_Display.rst System_Exit.rst System_Shutdown.rst