User manual

Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-129
Description
Enables or disables the invert function when saving the image; or queries whether the
invert function is enabled when saving the image.
Parameter
Name
Type
Range
Default
<bool>
Bool
{{1|ON}|{0|OFF}}
0|OFF
Return
Format
The query returns 1 or 0.
Example
:SAVE:IMAGe:INVert ON /*Enables the invert function when saving the image.*/
:SAVE:IMAGe:INVert? /*The query returns 1.*/
:SAVE:IMAGe:COLor
Syntax
:SAVE:IMAGe:COLor <bool>
:SAVE:IMAGe:COLor?
Description
Sets the image color for image saving to Color or Gray; or queries image color for image
saving.
Parameter
Name
Type
Range
Default
<bool>
Bool
{COLor|GRAY}
COLor
Return
Format
The query returns COL or GRAY.
Example
:SAVE:IMAGe:COLor GRAY /*Sets the image color for image saving to GRAY.*/
:SAVE:IMAGe:COLor? /*The query returns GRAY.*/
:SAVE:SETup
Syntax
:SAVE:SETup<path>
Description
Saves the current parameter settings of the oscilloscope to the internal or external
memory in "*.stp" format.
Parameter
Name
Type
Range
Default
<path>
ASCII String
Refer to Remarks
——
Remarks
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.
Example
:SAVE:SETup D:\123.stp /*Stores the current setting parameters of the oscilloscope
into the external memory Disk D, with the filename
123.stp.*/