Command/Query
:HCOPy:IMAGe {NORMal|INVert}
:HCOPy:IMAGe?
This command sets/gets the print color for output (to the printer).
| 
 Parameter  | 
 Selection Option  | 
| 
 Description  | 
 Print color for output to the printer.  | 
| 
 Data Type  | 
 Character string type (String)  | 
| 
 Range  | 
 NORMal: Normal color INVert: Invert color  | 
| 
 Preset Value  | 
 INVert  | 
{NORM|INV}<newline><^END>
Dim Var as String
Var= "NORMal"
Ena.WriteString ":HCOP:IMAG" & Var, True
Ena.WriteString ":HCOP:IMAG?", True
Var=Ena.ReadString
System > Invert Image
SCPI.HCOPY.IMAGE