Delay:time:gen, Delay:time:gen -18 – RIGOL DP832A User Manual
Page 42

RIGOL
2-18
DP800 Programming Guide
:DELAY:TIME:GEN
Syntax
:DELAY:TIME:GEN {FIX|INC|DEC}[,<value0>[,<value1>]]
:DELAY:TIME:GEN?
Description
Set the method used to generate time automatically and the corresponding
parameters.
Query the method used to generate time automatically as well as the corresponding
parameters.
Parameter
Name
Type
Range
Default
{FIX|INC|DEC}
Discrete
FIX|INC|DEC
FIX
<value0>
Integer
Refer to the "Explanation"
1s
<value1>
Integer
Refer to the "Explanation"
1s
Explanation
When FIX (fixed time) is selected, you can set the on delay (<value0>, namely
the duration when the state is "On") and off delay (<value1>, namely the
duration when the state is "Off"). Both the ranges of <value0>and <value1>
are from 1s to 99999s. When only one of the parameters is specified, the on
delay time will be set by default.
When INC (monotonic increase) or DEC (monotonic decline) is selected, the
duration is generated following the monotonic increase or monotonic decline
rule, namely the time is generated by increasing or declining at the step from
the time base value. You can set the time base value (<value0>) and step
(<value1>). The two fulfills the relation: time base value + number of output
groups*step value≤99999s. The actual range of <value0> is from 1s to
(99999s- number of output groups*step value); the actual range of <value1>
is from 1s to int{(99999s-time base value)/number of output groups}.When
only one of the parameters is specified, the time base value will be set by
default.
When <value0> and <value1> are both omitted, this command is used to
select the method used to generate time automatically.
Return Format
The query returns a string in "the method used to generate time
automatically,<value0>,<value1>" form, for example, INC,2,5.
Example
:DELAY:TIME:GEN INC,2,5 /*Set the method used to generate time automatically
to monotonic increase, the time base value to 2s and
the step to 5s*/
:DELAY:TIME:GEN? /*Query the method used to generate time
automatically and the parameters; the query returns
INC,2,5*/
Related
Command