Default<Colors>

RepCap Settings

# Range: Ix1 .. Ix4
rc = driver.hardCopy.cmap.default.repcap_colors_get()
driver.hardCopy.cmap.default.repcap_colors_set(repcap.Colors.Ix1)

SCPI Command :

HCOPy:CMAP<it>:DEFault<ci>
class DefaultCls[source]

Default commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Colors, default value after init: Colors.Ix1

set(item=Item.Default, colors=Colors.Default) None[source]
# SCPI: 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’.

param item

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

param 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 clone of the original group, that exists independently
group2 = driver.hardCopy.cmap.default.clone()