Default

SCPI Command :

HCOPy:CMAP<*>:DEFault
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(colorMap=ColorMap.Default) PrintColorSet[source]
# HCOPy:CMAP<*>:DEFault
value: enums.PrintColorSet = driver.hardCopy.cmap.default.get(colorMap = repcap.ColorMap.Default)

Defines the default color set for printing of the display image. To set the output to printer, use HCOPy:DESTination<m> with parameter ‘SYST:COMM:PRIN’.

Parameters:

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

Returns:

print_color_set: DEF1 | DEF4

  • DEF1: Current screen colors with white background and black grid.

  • DEF4: Current screen colors without any changes (black background) .

set(print_color_set: PrintColorSet, colorMap=ColorMap.Default) None[source]
# HCOPy:CMAP<*>:DEFault
driver.hardCopy.cmap.default.set(print_color_set = enums.PrintColorSet.DEF1, colorMap = repcap.ColorMap.Default)

Defines the default color set for printing of the display image. To set the output to printer, use HCOPy:DESTination<m> with parameter ‘SYST:COMM:PRIN’.

Parameters:
  • print_color_set

    DEF1 | DEF4

    • DEF1: Current screen colors with white background and black grid.

    • DEF4: Current screen colors without any changes (black background) .

  • colorMap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cmap’)