User manual

Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-121
:RECord Commands
Command List:
:RECord:ENABle
:RECord:STARt
:RECord:PLAY
:RECord:CURRent
:RECord:FRAMes
:RECord:ENABle
Syntax
:RECord:ENABle <bool>
:RECord:ENABle?
Description
Enables or disables the waveform recording function; or queries the on/off status of the
waveform recording function.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:RECord:ENABle ON /*Enables the waveform recording function.*/
:RECord:ENABle? /*The query returns 1.*/
:RECord:STARt
Syntax
:RECord:STARt <bool>
:RECord:STARt?
Description
Sets to start the waveform recording, or queries whether the waveform recording starts
or stops.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:RECord:STARt ON /*Sets to start recording the waveforms.*/
:RECord:STARt? /*The query returns 1.*/