Color
SCPI Command :
HCOPy:DEVice:COLor
- class ColorCls[source]
Color commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: HCOPy:DEVice:COLor value: bool = driver.hardCopy.device.color.get()
This command turns color printing on and off.
- return
state: ON | OFF | 0 | 1 ON | 1 Color printing OFF | 0 Black and white printing
- set(state: bool) None [source]
# SCPI: HCOPy:DEVice:COLor driver.hardCopy.device.color.set(state = False)
This command turns color printing on and off.
- param state
ON | OFF | 0 | 1 ON | 1 Color printing OFF | 0 Black and white printing