RIGOL  Chapter 2 Command System 
2-76    MSO1000Z/DS1000Z Programming Guide 
:FUNCtion:WREPlay:FINTerval 
:FUNCtion:WREPlay:FINTerval <interval> 
:FUNCtion:WREPlay:FINTerval? 
Set or query the time interval between frames in waveform playback. The default unit is 
s.   
  You can only set the time interval of waveform playback when a waveform is 
currently recorded. 
  You cannot set the time interval of waveform playback during the waveform 
recording or playback process. 
The query returns the current time interval in scientific notation.   
:FUNCtion:WREPlay:FINTerval 0.001 /*Set the time interval to 1ms*/ 
:FUNCtion:WREPlay:FINTerval?                  /*The query returns 1.000000e-03*/ 
 
 
:FUNCtion:WREPlay:MODE 
:FUNCtion:WREPlay:MODE <mode> 
:FUNCtion:WREPlay:MODE? 
Set or query the waveform playback mode.   
  REPeat: cycle playback. Play from the start frame to the end frame and then repeat 
until you stop it manually. 
  SINGle: single playback. Play from the start frame to the end frame and then stop. 
  You can only set the waveform playback mode when a waveform is currently 
recorded. 
  You cannot set the waveform playback mode during the waveform recording or 
playback process. 
The query returns REP or SING. 
:FUNCtion:WREPlay:MODE REPeat        /*Set the waveform playback mode to cycle*/ 
:FUNCtion:WREPlay:MODE?                    /*The query returns REP*/