Chapter 3 Application Instances RIGOL
DL3000 Programming Guide 3-1
Chapter 3 Application Instances
This chapter provides the application instances of the SCPI commands. The main functions of the load can
be realized through a series of SCPI commands.
Note:
1. The instances in this chapter take DL3031A as an example. The range of certain parameters for other
models may be different. Therefore, you need to adjust the parameter range for the model that you
use if necessary.
2. Before using the instances in this chapter, refer to "To Build Remote Communication" to set up
remote communication between the electronic load and the PC. In addition, you have to install Ultra
Sigma or other PC software that can be used to send commands.
3. In each instance, every command is followed by contents enclosed by two slashes (“/*” and “*/”).
They are the descriptions of the command and not part of the command, which help you understand
the command better.
LIST Function
Requirement
Functions to be realized:
1. Parameters: mode (CC), range (6 A); circle (2); steps (3); trigger source (MANUal), end state (LAST).
Three groups of list parameters are shown below:
Input Current Setting Value
2. Enable trigger input.
Method
(1)
*IDN? /*Queries the ID string of the load to test whether the remote
communication works normally.*/
(2)
:SOUR:LIST:MODE CC /*Sets the operation mode of the load to be CC mode.*/
/*Sets the load's current range in CC mode to be 6 A.*/
/*Sets the number of times the list is cycled to be 2.*/
/*Sets the total steps to be 3.*/
/*Sets the end state of the load to be Last.*/
/*Sets the input current setting at Step 1 to be 1 A.*/
/*Sets the dwell time at Step 1 to be 3 s.*/
/*Sets the slew rate at Step 1 to be 0.1 A/μs.*/
/*Sets the input current setting at Step 2 to be 1.2 A.*/
/*Sets the dwell time at Step 2 to be 5 s.*/
/*Sets the slew rate at Step 2 to be 0.3 A/μs.*/
/*Sets the input current setting at Step 3 to be 1.8 A.*/
/*Sets the dwell time at Step 3 to be 3.5 s.*/