5-61
IM 701730-17E
Commands
5
5.14 IMAGe Group
:IMAGe?
Function
Queries all screen image data save settings.
Syntax
IMAGe?
Example
:IMAGE? -> :IMAGE:FORMAT TIFF;
TONE OFF;COMMENT "";COMPRESSION 0;
SAVE:ANAMING 1;NAME ""
:IMAGe:ABORt
Function
Aborts saving the screen image data to the
storage medium.
Syntax
:IMAGe:ABORt
Example
:IMAGE:ABORT
:IMAGe:COMMent
Function
Sets the comment at the lower part of the
screen or queries the current setting.
Syntax
:IMAGe:COMMent <Character string>
:IMAGe:COMMent?
<Character string>=Up to 20 characters
Example
:IMAGE:COMMENT "THIS IS TEST."
:IMAGE:COMMENT? ->
:IMAGE:COMMENT "THIS IS TEST."
:IMAGe:COMPression
Function
Sets the screen image data compression of the
TIFF format or queries the current setting.
Syntax
:IMAGe:COMPression {<Boolean>}
:IMAGe:COMPression?
Example
:IMAGE:COMPRESSION
ON:IMAGE:COMPRESSION? ->
:IMAGE:COMPRESSION 1
Description
This setting is valid when saving to the external
storage medium.
:IMAGe:EXECute
Function
Stores the screen image data to the storage
medium.
Syntax
:IMAGe:EXECute
Example
:IMAGE:EXECUTE
:IMAGe:FORMat
Function
Sets the save format of the screen image data
or queries the current setting.
Syntax
:IMAGe:FORMat
{TIFF|BMP|PSCRipt|PNG|JPEG}
:IMAGe:FORMat?
Example
:IMAGE:FORMAT TIFF
:IMAGE:FORMAT? ->
:IMAGE:FORMAT TIFF
:IMAGe:SAVE?
Function
Queries all settings related to the save
operation of the screen image data to the
storage medium.
Syntax
:IMAGe:SAVE?
Example
:IMAGE:SAVE? -> :IMAGE:SAVE:
DRIVE FLOPPY;DIRECTORY "NO_1";
ANAMING 0;NAME "DISP_1"
:IMAGe:SAVE:ANAMing
Function
Turns ON/OFF the auto naming function of
output file names or queries the current setting.
Syntax
:IMAGe:ANAMing {<Boolean>}
:IMAGe:SAVE:ANAMing?
Example
:IMAGE:ANAMING ON
:IMAGE:SAVE:ANAMING? ->
:IMAGE:SAVE:ANAMING 1
:IMAGe:SAVE:CDIRectory
Function
Changes the directory in which to save the
screen image data.
Syntax
:IMAGe:SAVE:DIRectory <Character
string>
<Character string>=Up to 8 characters.
Example
:IMAGE:SAVE:DIRECTORY "NO_1"
:IMAGe:SAVE:DRIVe
Function
Sets the storage medium for the file used to
save the screen image data.
Syntax
:IMAGe:SAVE:DRIVe
{FLOPpy|ZIP|PCCard[,<NRf>]|
SCSI,<NRf>[,<NRf>]|NETWork|USB,<NRf>
[,<NRf>][,<NRf>]}
<NRf> of PCCard=Partitions (0 to 3)
USB’s initial <NRf> = USB address
USB’s 2nd <NRf> = partition (0 to 3) or LUN
(logical unit number: 0 to 3)
USB’s 3rd <NRF> = partition (0 to 3) when LUN
specified for 2nd <NRf>
Example
:IMAGE:SAVE:DRIVE FLOPPY
:IMAGE:SAVE:DRIVE? ->
:IMAGE:SAVE:DRIVE FLOPPY
Description
• If the drive does not contain partitions, omit
the <NRf> corresponding to partitions.
“NETWork” can be used when the Ethernet
interface (option) is installed.
• USB's 2nd and 3rd <NRf> can be omitted
when not delimited by partitions or LUN.
:IMAGe:SAVE:NAME
Function
Sets the name of the file to be saved or queries
the current setting.
Syntax
:IMAGe:SAVE:NAME <Filename>
:IMAGe:SAVE:NAME?
Example
:IMAGE:SAVE:NAME "DISP_1"
:IMAGE:SAVE:NAME? ->
:IMAGE:SAVE:NAME "DISP_1"
:IMAGe:SEND?
Function
Queries screen image data.
Syntax
:IMAGe:SEND?
Example
:IMAGE:SEND? -> #6 (number of
bytes[6-digit value]) (Data byte
string) (Block data)
Description
Number of bytes in <block data> is
{(2+6+Number of data+1(delimiter)}. For
information about block data, refer to page 4-6.
:IMAGe:TONE
Function
Sets/queries the color tone of the BMP (TIFF)
format of the screen image data to save.
Syntax
:IMAGe:TONE
{COLor|OFF|REVerse|GRAY}
:IMAGe:TONE?
Example
:IMAGE:TONE COLOR
:IMAGE:TONE? -> :IMAGE:TONE COLOR