Property (Read-Write)
SCPI.DISPlay.WINDow(Ch).TITLe.STATe = Status
Status = SCPI.DISPlay.WINDow(Ch).TITLe.STATe
This command turns ON/OFF the title label display in the title area of channels 1 to 16 (Ch).
Parameter |
Status |
Description |
ON/OFF of the title label display |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
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
SCPI.DISPlay.WINDow(Ch).TITLe.DATA
Display > Title Label
:DISPlay:WINDow{[1]-4}:TITLe[:STATe] {ON|OFF|1|0}
:DISPlay:WINDow{[1]-4}:TITLe[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":DISP:WIND1:TITL ON"
20 OUTPUT 717;":DISP:WIND1:TITL?"
30 ENTER 717;A