Default<Colors>

SCPI Command :

HCOPy:CMAP<it>:DEFault<ci>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Ix1 .. Ix4

driver.hardCopy.cmap.default.repcap_colors_set(repcap.Colors.Ix1)
set(item=Item.Default, colors=Colors.Default) None[source]
# HCOPy:CMAP<it>:DEFault<ci>
driver.hardCopy.cmap.default.set(item = repcap.Item.Default, colors = repcap.Colors.Default)

This command defines the color scheme for print jobs. For details see ‘Print Colors’.

Parameters:
  • item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Cmap’)

  • colors – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Default’)

set_with_opc(item=Item.Default, colors=Colors.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a copy of the original group, that exists independently
default_copy = driver.hardCopy.cmap.default.clone()