Point
SCPI Command :
DISPlay:COLor:PALette:POINt:ADD
- Commands in total: 5Subgroups: 4Direct child commands: 1
- set_add(palette_name: str) None[source]
# DISPlay:COLor:PALette:POINt:ADD driver.display.color.palette.point.set_add(palette_name = 'abc')
Appends a new row at the end of the color table.
- Parameters:
palette_name – color table
Cloning the Group
# Create a copy of the original group, that exists independently
point_copy = driver.display.color.palette.point.clone()
Subgroups