RIGOL  Chapter 2 Command System 
2-8  DP800 Programming Guide 
:DELAY:ENDState 
Syntax  :DELAY:ENDState {ON|OFF|LAST} 
:DELAY:ENDState? 
Description  Set the end state of the delayer to On, Off or Last.  
Query the end state of the delayer. 
Parameter 
Name  Type  Range  Default 
{ON|OFF|LAST}  Discrete  ON|OFF|LAST  OFF 
 
Explanation    The end state refers to the state of the instrument when the delayer stops. 
  ON: output on, the instrument turns on the output automatically; OFF: output 
off, the instrument turns off the output automatically; LAST: last state, the 
instrument stops at the output state of the last group.  
  The total number of groups in each delay output = the number of groups × the 
number of cycles. Wherein, the number of groups is set by the 
:DELAY:GROUPs 
command and the number of cycles is set by the 
:DELAY:CYCLEs command. 
Return Format  The query returns ON, OFF or LAST. 
Example  :DELAY:ENDS LAST /*Set the end state to Last*/ 
:DELAY:ENDS? /*Query the current end state and the query returns LAST */ 
Related 
Commands 
:DELAY:GROUPs 
:DELAY:CYCLEs 
 
 
:DELAY:GROUPs 
Syntax  :DELAY:GROUPs <value> 
:DELAY:GROUPs? 
Description  Set the number of output groups of the delayer. 
Query the number of output groups of the delayer. 
Parameter 
Name  Type  Range  Default 
<value>  Integer  1 to 2048  1 
 
Explanation    The number of output groups refers to the number of times that the 
instrument turns on or off the output according to the preset state. 
  The total number of groups in each delay output = the number of groups × the 
number of cycles. Wherein, the number of cycles is set by the 
:DELAY:CYCLEs 
command. 
  The power supply will terminate the delayer function when the total number of 
groups of delays is finished. At this point, the state of the power supply 
depends on the setting of the :DELAY:ENDState command. 
Return Format  The query returns an integer from 1 to 2048. 
Example  :DELAY:GROUP 125    /*Set the number of groups to 125*/ 
:DELAY:GROUP? /*Query the current number of groups and the query 
returns 125*/ 
Related 
Commands 
:DELAY:CYCLEs 
:DELAY:ENDState