Layout ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: LAYout:REMove single: LAYout:SHOW .. code-block:: python LAYout:REMove LAYout:SHOW .. autoclass:: rsrtx.Implementations.Layout.LayoutCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently layout_copy = driver.layout.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Layout_Add.rst Layout_Histogram.rst Layout_Signal.rst Layout_Zoom.rst