Command/Query
:HCOPy:IMAGe {NORMal|INVert}
:HCOPy:IMAGe?
This command selects the print image color (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"
Ana.WriteString ":HCOP:IMAG" & Var, True
Ana.WriteString ":HCOP:IMAG?", True
Var=Ana.ReadString
System > Invert Image
SCPI.HCOPY.IMAGE