Pdefined
SCPI Command :
DISPlay:CMAP<it>:PDEFined
- class PdefinedCls[source]
Pdefined commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(item=Item.Default) RsFsw.enums.Color [source]
# SCPI: 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.
- param item
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Cmap’)
- return
color: BLACk | BLUE | BROWn | GREen | CYAN | RED | MAGenta | YELLow | WHITe | DGRay | LGRay | LBLue | LGReen | LCYan | LRED | LMAGenta
- set(color: RsFsw.enums.Color, item=Item.Default) None [source]
# SCPI: 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.
- param color
BLACk | BLUE | BROWn | GREen | CYAN | RED | MAGenta | YELLow | WHITe | DGRay | LGRay | LBLue | LGReen | LCYan | LRED | LMAGenta
- param item
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Cmap’)