Default ---------------------------------------- .. rubric:: RepCap Settings .. code-block:: python # Range: Ix1 .. Ix4 rc = driver.display.cmap.default.repcap_colors_get() driver.display.cmap.default.repcap_colors_set(repcap.Colors.Ix1) .. 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 clone of the original group, that exists independently group2 = driver.display.cmap.default.clone()