Chapter 2 Command System RIGOL
DP800 Programming Guide 2-67
:TIMEr:PARAmeter
Syntax :TIMEr:PARAmeter <secnum>,<volt>,<curr>,<time>
:TIMEr:PARAmeter? <firnum>,<timercount>
Description Set the timer parameters of the specified group.
Query the timer parameters of the specified groups.
Parameter
Name Type Range Default
<secnum> Integer 0 to 2047 None
<volt> Real
The voltage range and default value of the current
channel; refer to the “Explanation” of :APPLy
Command
<curr> Real
The current range and default value of the current
channel; refer to the “Explanation” of :APPLy
Command
<time> Real 1s to 99999s 1s
<firnum> Integer 0 to 2047 None
<timercount> Integer 1 to 2048 None
Explanation <secnum> is the group number of the timer parameters; <volt>, <curr> and
<time> are the voltage, current and time of the timer parameters.
<firnum> is the group number of the first group of timer parameters to be
queried. <timercount> is the total number of groups of timer parameters to be
queried.
Return Format
For example, #90000000381,8.000,1.0000,10;2,6.000,1.0000,10; wherein,
#90000 is the data block header; 00038
represents the number of bytes following;
1,8.000,1.0000,10;2,6.000,1.0000,10; are the timer parameters returned. The
format of each group of parameters is “number,voltage,current,time” and multiple
groups of return values are separated by semicolons.
Example :TIME:PARA 1,8,1,10
:TIME:PARA 2,6,1,10
:TIME:PARA? 1,2 /*Query two groups of timer parameters starting from the first
group and the query returns
/*#90000000381,8.000,1.0000,10;2,6.000,1.0000,10;*/