Command/Query
:DISPlay:WINDow<Ch>:TITLe[:STATe] {ON|OFF|1|0}
:DISPlay:WINDow<Ch>:TITLe[:STATe]?
This command turns ON/OFF the title label display in the title area.
Parameter |
Selection Option |
Description |
ON/OFF of the title label display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as String
Var = "MyTitle"
Ena.WriteString ":DISP:WIND1:TITL ON", True
Ena.WriteString ":DISP:WIND1:TITL:DATA " & Var, True
Ena.WriteString ":DISP:WIND1:TITL:DATA?", True
Var=Ena.ReadString
Display > Title Label
SCPI.DISPLAY.WINDOW(Ch).TITLE.STATE