Command/Query
:DISPlay:IMAGe {NORMal|INVert}
:DISPlay:IMAGe?
This command selects the image type of the LCD display.
|
Parameter |
Selection Option |
|
Description |
Display type of the LCD display |
|
Data Type |
Character string type (String) |
|
Range |
NORMal: Normal color INVert: Invert color |
|
Preset Value |
NORMal |
{NORM|INV}<newline><^END>
Dim Var as String
Var= "NORMal"
Ana.WriteString ":DISP:IMAG" & Var, True
Ana.WriteString ":DISP:IMAG?", True
Var=Ana.ReadString
Display > Invert Color
SCPI.DISPLAY.IMAGE