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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the title label displayed in the title area of the selected channel (Ch).

Variable

Parameter

Lbl

Description

Title label

Data type

Character string type (String)

Range

254 characters or less

Preset value

""

Examples

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

Related objects

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

Equivalent key

Display > Edit Title Label

Equivalent SCPI command

Syntax

:DISPlay:WINDow{[1]-4}:TITLe:DATA <string>

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

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":DISP:WIND1:TITL:DATA ""Title"""
20 OUTPUT 717;":DISP:WIND1:TITL?"
30 ENTER 717;A$