Pdefined
SCPI Command :
HCOPy:CMAP<it>:PDEFined
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(item=Item.Default) Color[source]
# HCOPy:CMAP<it>:PDEFined value: enums.Color = driver.hardCopy.cmap.pdefined.get(item = repcap.Item.Default)
This command selects a predefined color for various screen elements in print jobs.
- 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]
# HCOPy:CMAP<it>:PDEFined driver.hardCopy.cmap.pdefined.set(color = enums.Color.BLACk, item = repcap.Item.Default)
This command selects a predefined color for various screen elements in print jobs.
- 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’)