Property (Read-Write)
SCPI.DISPlay.USER(Ch).LABel.DATA = Value
Value = SCPI.DISPlay.USER(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.USER1.LABel.DATA = Var
Var = SCPI.DISPlay.USER1.LABel.DATA
SCPI.DISPlay.USER(Ch).LABel.STATe
USER Menu: Display > Edit Title Label
:DISPlay:USER[1-1]:LABel:DATA
:DISPlay:USER[1-1]:LABel:DATA?
{String}<newline><^END>
10 OUTPUT 717;":DISPlay:USER1:LABel:DATA Sample_Text"
20 OUTPUT 717;":DISPlay:USER1:LABel:DATA ?"
30 ENTER 717;A$