Command
:MMEMory:STORe:IMAGe <Value>
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).
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 |
Dim Var as String
Var = "D:\img.png"
Ana.WriteString ":MMEM:STOR:IMAG " & Var, True
System > Dump Screen Image...
SCPI.MMEMORY.STORE.IMAGE