Pdefined
SCPI Command :
DISPlay:CMAP<it>:PDEFined
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(item=Item.Default) Color[source]
# DISPlay:CMAP<it>:PDEFined value: enums.Color = driver.display.cmap.pdefined.get(item = repcap.Item.Default)
This command selects a predefined color for various screen elements.
- Parameters:
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Cmap’)
- Returns:
color: BLACk | BLUE | BROWn | GREen | CYAN | RED | MAGenta | YELLow | WHITe | DGRay | LGRay | LBLue | LGReen | LCYan | LRED | LMAGenta
- set(color: Color, item=Item.Default) None[source]
# DISPlay:CMAP<it>:PDEFined driver.display.cmap.pdefined.set(color = enums.Color.BLACk, item = repcap.Item.Default)
This command selects a predefined color for various screen elements.
- Parameters:
color – BLACk | BLUE | BROWn | GREen | CYAN | RED | MAGenta | YELLow | WHITe | DGRay | LGRay | LBLue | LGReen | LCYan | LRED | LMAGenta
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Cmap’)