Specifications
SG Series Programming SCPI Command Operation
M550129-03 Rev G 6-39
Command Description SCPI
:NAME “sequence
name”
Performs one of two possible actions. Either selects an
already existing sequence for use. (See the
PROG:CAT? command for a list of saved sequences
that may be selected.) Or provides a name for a new
sequence. The action that is performed depends upon
the “sequence name” and whether is already exists in
sequence memory or not. A sequence name must not
be longer than 15 characters. After naming a new
sequence, the sequence is in the EMPTY state. The
next required action to the sequence is to use the
MALLocate command to allocate memory for the newly
named sequence. After the MALLocate command is
issued, the new sequence goes from the EMPTY state
to the EDIT state.
C
:NAME?
Returns the name of the presently selected sequence.
If no sequence is presently selected, such as occurs
after a *RST command, then the default sequence will
be TEST01.
C
:STATe <state
name>
Provides a means to change the state of a sequence.
The states that may be issued are as follows: RUN,
RESUME, PAUSE, STOP, and COMPLETE.
A table showing allowable state transitions:
requeste
d
present
RUN RESUM
E
PAUSE STOP COMPL
RUNNIN
G
*error* *error* PAUSE
D
STOPPE
D
*error*
PAUSE
D
*error* RUNNIN
G
PAUSE
D
STOPPE
D
*error*
STOPPE
D
RUNNIN
G
*error* STOPPE
D
STOPPE
D
*error*
EDIT *error* *error* *error* *error* STOPPE
D
EMPTY *error* *error* *error* *error* *error*
ERROR *error* *error* *error* *error* *error*
INITIALI
ZE
*error* *error* *error* *error* *error*
N