HardCopy ---------------------------------------- .. rubric:: SCPI Commands : .. index:: single: HCOPy:DESTination single: HCOPy:WBKG single: HCOPy:SSD single: HCOPy:ISBA .. code-block:: python HCOPy:DESTination HCOPy:WBKG HCOPy:SSD HCOPy:ISBA .. autoclass:: rsrtx.Implementations.HardCopy.HardCopyCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently hardCopy_copy = driver.hardCopy.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: HardCopy_Cmap.rst HardCopy_Device.rst HardCopy_Immediate.rst HardCopy_Page.rst HardCopy_Stabs.rst