Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-129
Enables or disables the invert function when saving the image; or queries whether the
invert function is enabled when saving the image.
The query returns 1 or 0.
:SAVE:IMAGe:INVert ON /*Enables the invert function when saving the image.*/
:SAVE:IMAGe:INVert? /*The query returns 1.*/
:SAVE:IMAGe:COLor
:SAVE:IMAGe:COLor <bool>
:SAVE:IMAGe:COLor?
Sets the image color for image saving to Color or Gray; or queries image color for image
saving.
The query returns COL or GRAY.
:SAVE:IMAGe:COLor GRAY /*Sets the image color for image saving to GRAY.*/
:SAVE:IMAGe:COLor? /*The query returns GRAY.*/
:SAVE:SETup
Saves the current parameter settings of the oscilloscope to the internal or external
memory in "*.stp" format.
 In the internal storage, if a file already exists in the specified storage location, the
original file will be overwritten.
 In the external storage, <path> includes the file storage location and the filename
with a suffix. If the specified storage location already contains a file with the same
filename, the original file will be overwritten.
:SAVE:SETup D:\123.stp /*Stores the current setting parameters of the oscilloscope
into the external memory Disk D, with the filename
123.stp.*/