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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets Window Title Label, for the selected channel Ch.

Variable

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

-

Examples

Dim Var as String

Var = "Sample_Text"
SCPI.DISPlay.PS1.LABel.DATA = Var
Var = SCPI.DISPlay.PS1.LABel.DATA

Related Objects

SCPI.DISPlay.PS(Ch).LABel.STATe

Equivalent Key

PS Menu: Display > Edit Title Label

Equivalent SCPI Command

Syntax

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

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

Query Response

{String}<newline><^END>

Example of use

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