User manual
Chapter 2 Command System RIGOL
DP700 Programming Guide 2-43
of output groups), the timing output will be terminated. At this time, the state of the instrument is
determined by the return value that you have set. When "cycles" is set to I (Infinite), "End State" is
invalid.
Example
:TIMEr:GROUPs 25 /*Sets the number of output groups to 25*/
:TIMEr:GROUPs? /*Queries the number of output groups selected for the timer*/
Return Format
An integer between 1 and 2048
Related Commands
:TIMEr:GROUPs
:TIMEr:ENDState
:TIMEr:CYCLEs
:TIMEr:PARAmeter
Syntax
:TIMEr:PARAmeter <num>,<voltage>,<current>,<time>
:TIMEr:PARAmeter? <firnum>[,<count>]
Description
Sets the timing parameters for a specified group.
Queries the timing parameters.
Parameter
Name Type Range Default
<num> Integer 1 to 2048 1
<voltage> Real 0 V to 32 V 1 V
<current> Real 0 A to 5.3 A 1 A
<time> Real 10 ms to 99999 s 1 s
<firnum> Integer 1 to 2048 --
<count> Integer 1 to 2048 --
Remarks
The timing parameters are used to control the output of the instrument. The parameters consist of the
group ID, the output voltage, the output current, and duration time.
<num>: indicates the group ID.
<voltage>: indicates the output voltage. The default unit is V.
<current>: indicates the output current. The default unit is A.
<time>: indicates the duration time. The default unit is s.
<firnum>: indicates the start group ID of the timing parameters to be queried.
<count>: indicates the number of groups of the timing parameters to be queried. When <count> is
omitted, it indicates that the number of groups of the timing parameters is set to 1.
Example
:TIMEr:PARAmeter 1,8,2,10 /*Sets the first group of timing parameters to 8 V, 2 A, and 10 s*/
:TIMEr:PARAmeter?
1,2 /*Queries two groups of the timing parameters beginning from the first
group (i.e. Group 1 and Group 2)*/
Return Format
A string beginning with #
The string is composed of a data block header and the specified timing parameters. For example,
#90000000361,20.00,2.00,5.00;2,18.00,1.80,3.00;