User manual
RIGOL Chapter 2 Command System
2-128 MSO7000/DS7000 Programming Guide
Example
:SAVE:CSV:LENGth MAXimum /*Sets the data length type to MAXimum.*/
:SAVE:CSV:LENGth? /*The query returns MAX.*/
:SAVE:FORMat
Syntax
:SAVE:FORMat <format>
:SAVE:FORMat?
Description
Sets or queries the storage format.
Parameter
Name
Type
Range
Default
<format>
Discrete
{TRACe|WAVeform|SETup|PICTure|CSV}
PICTure
Return
Format
The query returns TRAC, WAV, SET, PICT, or CSV.
Example
:SAVE:FORMat TRACe /*Sets the storage format to TRACe.*/
:SAVE:FORMat? /*The query returns TRAC.*/
:SAVE:IMAGe
Syntax
:SAVE:IMAGe<path>
Description
Stores the contents displayed on the screen into the internal or external memory in
image format.
Parameter
Name
Type
Range
Default
<path>
ASCII String
Refer to Remarks
——
Remarks
<path> includes the file storage location and the filename with a suffix. The suffix of
the filename can be .bmp, .png, .jpg, or .tiff. If the specified storage location
already contains a file with the same filename, the original file will be overwritten.
Example
:SAVE:IMAGe D:\123.png /*Stores the contents displayed on the screen into the
external memory Disk D, with the filename 123.png*/
:SAVE:IMAGe:TYPE
Syntax
:SAVE:IMAGe:TYPE <type>
:SAVE:IMAGe:TYPE?
Description
Sets or queries in what format is the image saved.
Parameter
Name
Type
Range
Default
<type>
Discrete
{BMP24|JPEG|PNG|TIFF}
PNG
Return
Format
The query returns BMP24, JPEG, PNG, or TIFF.
Example
:SAVE:IMAGe:TYPE JPEG /*Sets the image storage format to JPEG.*/
:SAVE:IMAGe:TYPE? /*The query returns JPEG.*/
:SAVE:IMAGe:INVert
Syntax
:SAVE:IMAGe:INVert <bool>
:SAVE:IMAGe:INVert?