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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.DISPlay.PN(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
SCPI.DISPlay.PN1.LABel.DATA = Var
Var = SCPI.DISPlay.PN1.LABel.DATA

Related Objects

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

Equivalent Key

PN Menu: Display > Edit Title Label

Equivalent SCPI Command

Syntax

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

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

Query Response

{String}<newline><^END>

Example of use

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