Specifications

SCPI Command Operation SG Series Programming
6-46 M550129-03 Rev G
SOUR:CURR? // confirm power-on initial current setting.
SOUR:VOLT? // confirm power-on initial voltage setting.
SOUR:VOLT:PROT? // confirm power-on initial overvoltage protection setting.
6.14.9 Sequence Creation and Execution Examples
These examples assume that the sequence memory is empty. In other
words, no sequences are presently defined. If you are doing these
examples for a second time, then the sequence memory must first be
cleared. Clear all sequence memory by issuing the command
PROG:DEL:ALL.
Delete all sequences from non-volatile memory using the following
command:
PROG:DEL:ALL
EXAMPLE 1
Issue *RST to reset the unit to a known state.
To create a sequence named “SEQ1”, first issue the NAME command as
follows:
PROG:NAME “SEQ1”
If you query the state of the selected sequence, it responds EMPTY.
PROG:STAT?
Response: “EMPTY”
Then memory needs to be allocated to the newly named SEQ1 sequence:
PROG:MALL DEFAULT
After memory has been allocated, the state of the SEQ1 sequence is EDIT, as
the following query shows:
PROG: STAT?
Response: “EDIT”
Once the sequence is in the EDIT state, we are ready to send a sequence of
programming steps to define a sequence of power supply settings: