Point ---------------------------------------- .. rubric:: SCPI Command : .. index:: single: DISPlay:COLor:PALette:POINt:ADD .. code-block:: python DISPlay:COLor:PALette:POINt:ADD .. autoclass:: rsrtx.Implementations.Display.Color.Palette.Point.PointCls :members: :undoc-members: :noindex: .. rubric:: Cloning the Group .. code-block:: python # Create a copy of the original group, that exists independently point_copy = driver.display.color.palette.point.clone() .. rubric:: Subgroups .. toctree:: :maxdepth: 6 :glob: Display_Color_Palette_Point_Count.rst Display_Color_Palette_Point_Insert.rst Display_Color_Palette_Point_Remove.rst Display_Color_Palette_Point_Value.rst