User`s guide

Table Of Contents
366 Chapter 13
SCPI Command Reference
E5061A/E5062A commands
:PROG:NAME
Syntax :PROGram[:SELected]:NAME <string>
:PROGram[:SELected]:NAME?
Description Selects the VBA macro controlled with the :PROG:STAT command.
Selectable VBA macro names can be read out with the :PROG:CAT? command.
Parameters
Query response {string}<newline><^END>
Example of use
10 OUTPUT 717;":PROG:NAME ""Module1.main"""
20 OUTPUT 717;":PROG:NAME?"
30 ENTER 717;A$
Related commands :PROG:CAT? on page 365
:PROG:STAT on page 367
Equivalent key
[Macro Setup] - Select Macro
NOTE When performing the operation from the front panel, you select the VBA macro and
execute it at the same time.
<string>
Description VBA macro name (module name.procedure name)
Range 254 characters or less
Preset value ""