Series 2280 Precision DC Power Supply Reference Manual
Section 7: SCPI command reference
077085503 / March 2019
7-89
You must allow the currently running list to finish before you run a new one. If you try to run a new
one anyway, the command will be ignored.
Example 4: Step list with BUS trigger (hold time type: POINt)
*RST
Define list
:LIST1:VOLT "1, 2"
:LIST1:CURR "0.5, 1"
:LIST1:DWEL "0.5, 1.0"
:LIST:SAVE:INTE 1
:LIST:RCL 1
:LIST:MCOMPlete STEP
:LIST:HTIMe POINt
Define trigger model (step)
:ARM:SOUR BUS
:ARM:COUN 2
:TRIG:COUN 1
:TRIG:SAMP:COUN 6
Enable list mode
:LIST:STAT ON
:INIT
*TRG
*TRG
Reset the instrument and stop the trigger model
Program the voltage list 1 with 2 points
Program the current list 1 with 2 points
Program the dwell list 1 with 2 points
Save list 1 to nonvolatile memory
Recall list 1
Select STEP mode
Set hold time type to POINt.
Select the BUS arm source
Set Arm count to list points
Set trigger count to 1
Set trigger count to 6, then every step 6 points will be
logged
Enable list mode
Start the trigger model
Run the step
Dwell time is ignored in this mode
The list runs until the preset points are logged
All the readings will be stored in data buffer
Run the next step
You must allow the currently running list to finish before you run a new one. If you try to run a new
one anyway, the command will be ignored.
Example 5: Stop a running list
:ABOR
:LIST:STAT OFF
Stop the trigger model
Disable list mode
Also see
(on page 7-91)