Technical data

Disk Commands 14
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 257
:DISK:SAVE:IMAGe
Command :DISK:SAVE:IMAGe "<file_name>" [,<format>
[,{SCReen | GRATicule}
[,{ON | 1} | {OFF | 0}
[,{NORMal | INVert}
[,{ON | 1} | {OFF | 0}]]]]]
The DISK:SAVE:IMAGe command saves a screen image. The default path is
C:\Document and Settings\All Users\Shared Documents\Infiniium\Data.
<format> The image format can be: BMP, GIF, TIF, PNG, or JPEG. The extension is
supplied by the oscilloscope depending on the selected file format.
If you do not include the format in the command, the file is saved in the
format shown in the Save Screen dialog box.
<file_name> A quoted ASCII string with a maximum of 254 characters including the
entire path name, if used.
(First) ON | OFF ON means that compression is on for the bitmap format (BMP). OFF
means compression is off.
(Second) ON |
OFF
The second ON/OFF selection indicates to save the setup information in
the image or not.
<format> {BMP | GIF | TIF | JPEG | PNG}
Examples
myScope.WriteString ":DISK:SAVE:IMAGE ""FILE1"",BMP,SCR,ON,INVERT"
or:
myScope.WriteString ":DISK:SAVE:IMAGE ""FILE1"",TIF,GRAT,ON"
or:
myScope.WriteString ":DISK:SAVE:IMAGE ""FILE1"""