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