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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command Show/Hide Window Title Label, for the selected channel Ch.

Variable

Parameter

   Value

Description

Show/Hide Window Title Label

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.PN1.LABel.STATe = Var
Var = SCPI.DISPlay.PN1.LABel.STATe

Related Objects

Equivalent Key

PN Menu: Display > Title Label

Equivalent SCPI Command

Syntax

:DISPlay:PN[1-1]:LABel:STATe {ON|OFF|1|0}

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

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":DISPlay:PN1:LABel:STATe 1"
20 OUTPUT 717;":DISPlay:PN1:LABel:STATe ?"
30 ENTER 717;A