Default<Colors>

SCPI Command :

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

Repeated Capability Setting:

# Range: Ix1 .. Ix4

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

This command selects the color scheme for the display. The query returns the default color scheme.

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.display.cmap.default.clone()