Property (Read-Write)
SCPI.HCOPy.IMAGe = Param
Param = SCPI.HCOPy.IMAGe
This command sets/gets the print color for output (to the printer).
Parameter |
Param |
Description |
Print color for output to the printer. |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"INVert" |
Dim Img As String
SCPI.HCOPy.IMAGe = "norm"
Img = SCPI.HCOPy.IMAGe
System > Invert Image
:HCOPy:IMAGe {NORMal|INVert}
:HCOPy:IMAGe?
{NORM|INV}<newline><^END>
10 OUTPUT 717;":HCOP:IMAG NORM"
20 OUTPUT 717;":HCOP:IMAG?"
30 ENTER 717;A$