User manual

RIGOL Chapter 2 Command System
2-142 MSO1000Z/DS1000Z Programming Guide
:STORage Commands
The :STORage commands are used to set the related parameters when storing images.
Command List:
:STORage:IMAGe:TYPE
:STORage:IMAGe:INVERT
:STORage:IMAGe:COLor
:STORage:IMAGe:TYPE
Syntax :STORage:IMAGe:TYPE <type>
:STORage:IMAGe:TYPE?
Description Set or query the image type when storing images.
Parameter
Name Type Range Default
<type>
Discrete
{PNG|BMP8|BMP24|JPEG|TIFF}
PNG
Return
Format
The query returns PNG, BMP8, BMP24, JPEG, or TIFF.
Example :STORage:IMAGe:TYPE PNG /*Set the image type when storing images to PNG*/
:STORage:IMAGe:TYPE? /*The query returns PNG*/
:STORage:IMAGe:INVERT
Syntax :STORage:IMAGe:INVERT <bool>
:STORage:IMAGe:INVERT?
Description Turn on or off the invert function when storing images; or query the status of the invert
function.
Parameter
Name
Type
Range
Default
<bool> Bool {{1|ON}|{0|OFF}} 0|OFF
Return
Format
The query returns ON or OFF.
Example :STORage:IMAGe:INVERT ON /*Turn on the invert function when storing images*/
:STORage:IMAGe:INVERT? /*The query returns ON*/