User manual

RIGOL Chapter 2 Command System
2-76 MSO1000Z/DS1000Z Programming Guide
:FUNCtion:WREPlay:FINTerval
Syntax :FUNCtion:WREPlay:FINTerval <interval>
:FUNCtion:WREPlay:FINTerval?
Description
Set or query the time interval between frames in waveform playback. The default unit is
s.
Parameter
Name
Type
Range
Default
<interval>
Real
100ns to 10s
100ns
Explanation 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.
Return
Format
The query returns the current time interval in scientific notation.
Example
:FUNCtion:WREPlay:FINTerval 0.001 /*Set the time interval to 1ms*/
:FUNCtion:WREPlay:FINTerval? /*The query returns 1.000000e-03*/
:FUNCtion:WREPlay:MODE
Syntax :FUNCtion:WREPlay:MODE <mode>
:FUNCtion:WREPlay:MODE?
Description Set or query the waveform playback mode.
Parameter
Name Type Range Default
<mode> Discrete {REPeat|SINGle} SINGle
Explanation 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.
Return
Format
The query returns REP or SING.
Example
:FUNCtion:WREPlay:MODE REPeat /*Set the waveform playback mode to cycle*/
:FUNCtion:WREPlay:MODE? /*The query returns REP*/