RIGOL Chapter 2 Command System
2-10 DP800 Programming Guide
:DELAY:STATe:GEN
Syntax :DELAY:STATe:GEN {01P|10P}
:DELAY:STATe:GEN?
Description Select the pattern used when generating state automatically.
Query the pattern used when generating state automatically.
Parameter
Name Type Range Default
{01P|10P} Discrete 01P|10P 01P
Explanation 01P: 0 1 pattern. The state is set to “Off” and “On” alternately.
10P: 1 0 pattern. The state is set to “On” and “Off” alternately.
Return Format The query returns 01P or 10P.
Example :DELAY:STAT:GEN 10P /*Select 1 0 pattern*/
:DELAY:STAT:GEN? /*Query the pattern used when generating state
automatically and the query returns 10P */
:DELAY:STOP
Syntax :DELAY:STOP {NONE|<V|>V|<C|>C|<P|>P}[,<value>|MINimum|MAXimum]
:DELAY:STOP? [MINimum|MAXimum]
Description Set the stop condition of the delayer.
Query the stop condition of the delayer.
Parameter
Name Type Range Default
{NONE|<V|>V|
<C|>C|<P|>P}
Discrete NONE|<V|>V|<C|>C|<P|>P NONE
<value> Real
0 to the maximum
voltage/current/power of the
current channel
Explanation This command sets a stop condition. The power supply monitors the output
voltage, current and power during delay output and stops the delay output
when state that fulfills this condition is detected.
{NONE|<V|>V|<C|>C|<P|>P} can set the stop condition to “None”, “<Volt”,
“>Volt”, “<Curr”, “>Curr”, “<Power” or “>Power”. <value> is used to set the
voltage, current or power of the stop condition and when it is omitted, the
corresponding value will be set to 0.
Return Format The query returns NONE or “stop condition,value”, for example, >V,8.000.
Example :DELAY:STOP >V,8 /*Set the stop condition to “>Volt” and the voltage to 8V*/
:DELAY:STOP? /*Query the current stop condition and the query
returns >V,8.000*/