Property (Read-Write)
SCPI.PROGram.SELected.NAME = Value
Value = SCPI.PROGram.SELected.NAME
This command sets/gets the name of the program to be selected.
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 |
- |
Dim Var as String
SCPI.PROGram.SELected.NAME = Var
Var = SCPI.PROGram.SELected.NAME
No equivalent key is available on the front panel.
:PROGram:SELected:NAME
:PROGram:SELected:NAME?
{String}<newline><^END>
10 OUTPUT 717;":PROGram:SELected:NAME Sample_Text"
20 OUTPUT 717;":PROGram:SELected:NAME ?"
30 ENTER 717;A$