SCPI.DISPlay.PS(Ch).TRACe(Tr).LABel.DATA

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.PS(Ch).TRACe(Tr).LABel.DATA = Value

Value = SCPI.DISPlay.PS(Ch).TRACe(Tr).LABel.DATA

Description

This command sets/gets Trace Title Label, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Trace Title Label

Data Type

Character string type (String)

Range

254 chars

Preset Value

"Segment PN"

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String

Var = "Sample_Test"
SCPI.DISPlay.PS1.TRACe1.LABel.DATA = Var
Var = SCPI.DISPlay.PS1.TRACe1.LABel.DATA

Equivalent Key

PS Menu: Trace View > Trace Label

Equivalent SCPI Command

Syntax

:DISPlay:PS[1-1]:TRACe[1-1]:LABel:DATA

:DISPlay:PS[1-1]:TRACe[1-1]:LABel:DATA?

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:PS1:TRACe1:LABel:DATA Sample_Text"
20 OUTPUT 717;":DISPlay:PS1:TRACe1:LABel:DATA?"
30 ENTER 717;A$