SCPI.DISPlay.IMAGe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.IMAGe = Param

Param = SCPI.DISPlay.IMAGe

Description

This command sets/gets the display type of the LCD display.

Variable

Parameter

Param

Description

Display type of the LCD display

Data type

Character string type (String)

Range

Select from the following:

  • "NORMal" : Specifies the normal display (background color: black).

  • "INVert": Specifies the display in which the color of the normal display is inversed (background color: white).

Preset value

"NORMal"

Examples

Dim DispImg As String
SCPI.DISPlay.IMAGe = "inv"
DispImg = SCPI.DISPlay.IMAGe

Equivalent key

Display > Invert Color

Equivalent SCPI command

Syntax

:DISPlay:IMAGe {NORMal|INVert}

:DISPlay:IMAGe?

Query response

{NORM|INV}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:IMAG INV"
20 OUTPUT 717;":DISP:IMAG?"
30 ENTER 717;A$