Command/Query
:DISPlay:IMAGe {NORMal|INVert}
:DISPlay:IMAGe?
This command sets/gets the display 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"
Ena.WriteString ":DISP:IMAG" & Var, True
Ena.WriteString ":DISP:IMAG?", True
Var=Ena.ReadString
Display > Invert Color
SCPI.DISPLAY.IMAGE