SCPI.HCOPy.IMAGe

Object type

Property (Read-Write)

Syntax

SCPI.HCOPy.IMAGe = Param

Param = SCPI.HCOPy.IMAGe

Description

This command sets/gets the print color for output (to the printer).

Variable

Parameter

Param

Description

Print color for output to the printer.

Data type

Character string type (String)

Range

Select from the following:

  • "NORMal": Specifies printing in close color to the display color.

  • "INVert": Specifies printing in the inverted color of the display color.

Preset value

"INVert"

Examples

Dim Img As String
SCPI.HCOPy.IMAGe = "norm"
Img = SCPI.HCOPy.IMAGe

Related objects

SCPI.HCOPy.IMMediate

Equivalent key

System > Invert Image

Equivalent SCPI command

Syntax

:HCOPy:IMAGe {NORMal|INVert}

:HCOPy:IMAGe?

Query response

{NORM|INV}<newline><^END>

Example of use

10 OUTPUT 717;":HCOP:IMAG NORM"
20 OUTPUT 717;":HCOP:IMAG?"
30 ENTER 717;A$