Property (Read-Write)
SCPI.DISPlay.IMAGe = Param
Param = SCPI.DISPlay.IMAGe
This command sets/gets the display type of the LCD display.
Parameter |
Param |
Description |
Display type of the LCD display |
Data type |
Character string type (String) |
Range |
Select from the following:
|
Preset value |
"NORMal" |
Dim DispImg As String
SCPI.DISPlay.IMAGe = "inv"
DispImg = SCPI.DISPlay.IMAGe
Display > Invert Color
:DISPlay:IMAGe {NORMal|INVert}
:DISPlay:IMAGe?
{NORM|INV}<newline><^END>
10 OUTPUT 717;":DISP:IMAG INV"
20 OUTPUT 717;":DISP:IMAG?"
30 ENTER 717;A$