RIGOL Chapter 2 Command System
2-128 MSO7000/DS7000 Programming Guide
:SAVE:CSV:LENGth MAXimum /*Sets the data length type to MAXimum.*/
:SAVE:CSV:LENGth? /*The query returns MAX.*/
:SAVE:FORMat
:SAVE:FORMat <format>
:SAVE:FORMat?
Sets or queries the storage format.
{TRACe|WAVeform|SETup|PICTure|CSV}
The query returns TRAC, WAV, SET, PICT, or CSV.
:SAVE:FORMat TRACe /*Sets the storage format to TRACe.*/
:SAVE:FORMat? /*The query returns TRAC.*/
:SAVE:IMAGe
Stores the contents displayed on the screen into the internal or external memory in
image format.
<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.
: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
:SAVE:IMAGe:TYPE <type>
:SAVE:IMAGe:TYPE?
Sets or queries in what format is the image saved.
The query returns BMP24, JPEG, PNG, or TIFF.
:SAVE:IMAGe:TYPE JPEG /*Sets the image storage format to JPEG.*/
:SAVE:IMAGe:TYPE? /*The query returns JPEG.*/
:SAVE:IMAGe:INVert
:SAVE:IMAGe:INVert <bool>
:SAVE:IMAGe:INVert?