Default ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: DISPlay:CMAP:DEFault .. code-block:: python DISPlay:CMAP:DEFault .. autoclass:: RsFsw.Implementations.Display.Cmap.Default.DefaultCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently default_copy = driver.display.cmap.default.clone()