Color

SCPI Command :

HCOPy:DEVice:COLor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# HCOPy:DEVice:COLor
value: bool = driver.hardCopy.device.color.get()

This command turns color printing on and off.

Returns:

state: ON | OFF | 0 | 1 ON | 1 Color printing OFF | 0 Black and white printing

set(state: bool) None[source]
# HCOPy:DEVice:COLor
driver.hardCopy.device.color.set(state = False)

This command turns color printing on and off.

Parameters:

state – ON | OFF | 0 | 1 ON | 1 Color printing OFF | 0 Black and white printing