SCPI.MMEMory.STORe.IMAGe

Object type

Method (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

Note

If a file with the same name as the specified file name exists, its contents are overwritten.

Examples

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

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

Related objects

SCPI.HCOPy.SDUMp.DATA.IMMediate

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>

Example of use

10 OUTPUT 717;":MMEM:STOR:IMAG ""Result/Image01.bmp"""

10 OUTPUT 717;":MMEM:STOR:IMAG ""D:Image01.png"""