:MMEM:STOR:IMAG

Type

Command

Syntax

:MMEMory:STORe:IMAGe <Value>

Description

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

      • Specify the file name with the extension When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).

Variable

Parameter

Value

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 chars

Examples

Dim Var as String
Var = "D:\img.png"
Ana.WriteString ":MMEM:STOR:IMAG " & Var, True

Equivalent Softkey

System > Dump Screen Image...

COM Command Syntax (Internal Control Only)

SCPI.MMEMORY.STORE.IMAGE