SCPI.MMEMory.STORe.IMAGe

Object Type

Property (Write Only)

Syntax

SCPI.MMEMory.STORe.IMAGe = File

Description

This command saves the display image on the LCD display at the execution of the object into a file in the bitmap (extension ".bmp") or portable network graphics (extension ".png") format.

Variable

Parameter

   File

Description

File name in which you want to save the display image on the LCD display (extension ".bmp" or ".png")

Data Type

Character string type (String)

Range

254 characters or less

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-257, "File name error" 71, "Failed to write file"

Examples

SCPI.MMEMory.STORe.IMAGe = "f:\image01.bmp"

SCPI.MMEMory.STORe.IMAGe = "test/image01.png"

Equivalent Key

System > Dump Screen Image

 When performing the operation from the front panel, the image on the LCD display memorized in the volatile memory (clipboard) (the image on the LCD display when the Capture (System) key is pressed) is saved.

If no image is memorized in the clipboard, in the same way as the SCPI.MMEMory.STORe.IMAGe object, the image on the LCD display at the execution is memorized in the clipboard and then it is saved.

Equivalent SCPI Command

Syntax

:MMEMory:STORe:IMAGe <string>

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":MMEMory:STORe:IMAGe ""Result/Image01.bmp"""
20 OUTPUT 717;":MMEMory:STORe:IMAGe ""D:Image01.png"""