Zoom ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: LAYout:ZOOM:ADD single: LAYout:ZOOM:ONEDiagram .. code-block:: python LAYout:ZOOM:ADD LAYout:ZOOM:ONEDiagram .. autoclass:: rsrtx.Implementations.Layout.Zoom.ZoomCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently zoom_copy = driver.layout.zoom.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Layout_Zoom_AddCoupled.rst Layout_Zoom_Horz.rst Layout_Zoom_PosCoupling.rst Layout_Zoom_Remove.rst Layout_Zoom_Vertical.rst