:DISP:COL<Dnum>:LIM<Lnum>

Type

Command/Query

Syntax

:DISPlay:COLor<Dnum>:LIMit<Lnum> <Value1>, <Value2>, <Value3>

:DISPlay:COLor<Dnum>:LIMit<Lnum>?

Description

This command sets/gets the fail display color used for the limit test result and the color of the limit line.

<Lnum> Fail display color: 1, limit line color: 2

<Dnum> Normal display: 1, Inverted display: 2.

Variable

Parameter

Value1

Description

Red

Data Type

Numeric type (Integer)

Range

0 to 5

Preset Value

5 for Lnum=1, 3 for Lnum=2

 

Parameter

Value2

Description

Green

Data Type

Numeric type (Integer)

Range

0 to 5

Preset Value

0

 

Parameter

Value3

Description

Blue

Data Type

Numeric type (Integer)

Range

0 to 5

Preset Value

0

Query Response

{numeric 1}, {numeric 2}, {numeric 3}<newline><^END>

Examples

Dim Var as Variant
Ana.WriteString ":DISP:COL:LIM1 0, 1, 3", True
Ana.WriteString ":DISP:COL:LIM1?", True
Var=Ana.ReadList

Equivalent Softkey

System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Limit Fail

System > Misc Setup > Display Setup > Color Setup > Normal | Invert > Limit Line

COM Command Syntax (Internal Control Only)

SCPI.DISPLAY.COLOR(Dnum).LIMIT(Lnum)