SCPI.DISPlay.WINDow(Ch).TITLe.STATe

Object type

Property (Read-Write)

Syntax

SCPI.DISPlay.WINDow(Ch).TITLe.STATe = Status

Status = SCPI.DISPlay.WINDow(Ch).TITLe.STATe

Description

This command turns ON/OFF the title label display in the title area of channels 1 to 16 (Ch).

Variable

Parameter

Status

Description

ON/OFF of the title label display

Data type

Boolean type (Boolean)

Range

Select from the following:

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

  • False or OFF: Turns ON the title label display.

Preset value

False or OFF

Examples

Dim DispTtl As Boolean
SCPI.DISPlay.WINDow(1).TITLe.DATA = "Filter"
SCPI.DISPlay.WINDow(1).TITLe.STATe = True
DispTtl = SCPI.DISPlay.WINDow(1).TITLe.STATe

Related objects

SCPI.DISPlay.WINDow(Ch).TITLe.DATA

Equivalent key

Display > Title Label

Equivalent SCPI command

Syntax

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

:DISPlay:WINDow{[1]-4}:TITLe[:STATe]?

Query response

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

Example of use

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