Property (Read-Write)
SCPI.DISPlay.SP(Ch).TRACe(Tr).LABel.DATA = Value
Value = SCPI.DISPlay.SP(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 |
"Spectrum" |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
SCPI.DISPlay.SP1.TRACe1.LABel.DATA = Var
Var = SCPI.DISPlay.SP1.TRACe1.LABel.DATA
SP Menu: Trace View > Trace Label
:DISPlay:SP[1-1]:TRACe[1-1]:LABel:DATA
:DISPlay:SP[1-1]:TRACe[1-1]:LABel:DATA?
{String}<newline><^END>
10 OUTPUT 717;":DISPlay:SP1:TRACe1:LABel:DATA Sample_Text"
20 OUTPUT 717;":DISPlay:SP1:TRACe1:LABel:DATA ?"
30 ENTER 717;A$