User`s guide

Table Of Contents
Chapter 13 365
SCPI Command Reference
E5061A/E5062A commands
13. SCPI Command
Reference
:OUTP
Syntax :OUTPut[:STATe] {ON|OFF|1|0}
:OUTPut[:STATe]?
Description Turns on/off of the stimulus signal output. You cannot perform measurement until you turn
on the stimulus signal output.
Parameters
Query response {1|0}<newline><^END>
Example of use
10 OUTPUT 717;":OUTP ON"
20 OUTPUT 717;":OUTP?"
30 ENTER 717;A
Equivalent key [Sweep Setup] - Power - RF Out
:PROG:CAT?
Syntax :PROGram:CATalog?
Description Reads out the list of all executable VBA macros (procedures defined by Public including
the VBA project loaded on the VBA editor). (Query only)
Query response {string}<newline><^END>
The character string in the following format, in which each macro is separated by a comma
(.), is read out.
"{macro 1},{macro 2},…,{macro N}"
Where N is the total number of VBA macros.
{macro n}: VBA macro name (module name.procedure name)
Example of use
10 DIM A$[1000]
20 OUTPUT 717;":PROG:CAT?"
30 ENTER 717;A$
Equivalent key [Macro Setup] - Select Macro
Description
ON or 1 (preset value) Turns on the stimulus signal output.
OFF or 0 Turns off the stimulus signal output.