Property (Read-Write)
SCPI.DISPlay.SP(Ch).LABel.DATA = Value
Value = SCPI.DISPlay.SP(Ch).LABel.DATA
This command sets/gets Window Title Label, for the selected channel Ch.
Parameter |
Value |
Description |
Window Title Label |
Data Type |
Character string type (String) |
Range |
254 chars |
Preset Value |
"" |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
SCPI.DISPlay.SP1.LABel.DATA = Var
Var = SCPI.DISPlay.SP1.LABel.DATA
SCPI.DISPlay.SP(Ch).LABel.STATe
SP Menu: Display > Edit Title Label
:DISPlay:SP[1-1]:LABel:DATA
:DISPlay:SP[1-1]:LABel:DATA?
{String}<newline><^END>
10 OUTPUT 717;":DISPlay:SP1:LABel:DATA Sample_Text"
20 OUTPUT 717;":DISPlay:SP1:LABel:DATA ?"
30 ENTER 717;A$