SCPI.PROGram.SELected.NAME

Object Type

Property (Read-Write)

Syntax

SCPI.PROGram.SELected.NAME = Value

Value = SCPI.PROGram.SELected.NAME

Description

This command sets/gets the name of the program to be selected.

Variable

Parameter

   Value

Description

Name of the program to be selected

Data Type

Character string type (String)

Range

254 chars

Preset Value

"E5052.Module1.Main"

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as String
SCPI.PROGram.SELected.NAME = Var
Var = SCPI.PROGram.SELected.NAME

Related Objects

SCPI.PROGram.SELected.STATe

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:PROGram:SELected:NAME

:PROGram:SELected:NAME?

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":PROGram:SELected:NAME Sample_Text"
20 OUTPUT 717;":PROGram:SELected:NAME ?"
30 ENTER 717;A$