SCPI.DISPlay.WINDow(Ch).LABel

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).LABel = Status

Status = SCPI.DISPlay.WINDow(Ch).LABel

Description

This command turns ON/OFF the graticule label display of the graph of the selected channel  (Ch).

Variable

Parameter

Status

Description

ON/OFF of the graticule label display of the graph

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the graticule label display.

  • False or OFF: Turns OFF the graticule label display.

Preset value

True or ON

Examples

Dim DispGrat As Boolean
SCPI.DISPlay.WINDow(1).LABel = False
DispGrat = SCPI.DISPlay.WINDow(1).LABel

Equivalent key

Display > Graticule Label

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}:LABel {ON|OFF|1|0}

:DISPlay:WINDow{[1]-4}:LABel?

Query response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:WIND1:LAB ON"
20 OUTPUT 717;":DISP:WIND1:LAB?"
30 ENTER 717;A