Programming
443
:CALC:LIM
Equivalent Softkey
Analysis > Limit Test > Fail Sign
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.FSIGN
:DISP:IMAG
Type
Command/Query
Syntax
:DISPlay:IMAGe {NORMal|INVert}
:DISPlay:IMAGe?
Description
This command selects the image type of the LCD display.
Variable
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
Query Response
{NORM|INV}<newline><^END>
Examples
Dim Var as String
Var= "NORMal"
Ana.WriteString ":DISP:IMAG" & Var, True
Ana.WriteString ":DISP:IMAG?", True
Var=Ana.ReadString
Equivalent Softkey
Display > Invert Color
COM Command Syntax (Internal Control Only)
SCPI.DISPLAY.IMAGE