Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).TITLe.DATA = Lbl
Lbl = SCPI.DISPlay.WINDow(Ch).TITLe.DATA
This command sets/gets the title label displayed in the title area of the selected channel (Ch).
Parameter |
Lbl |
Description |
Title label |
Data type |
Character string type (String) |
Range |
254 characters or less |
Preset value |
"" |
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
SCPI.DISPlay.WINDow(Ch).TITLe.STATe
Display > Edit Title Label
:DISPlay:WINDow{[1]-4}:TITLe:DATA <string>
:DISPlay:WINDow{[1]-4}:TITLe:DATA?
{string}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:TITL:DATA ""Title"""
20 OUTPUT 717;":DISP:WIND1:TITL?"
30 ENTER 717;A$