Property (Write Only)
SCPI.MMEMory.STORe.IMAGe = File
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.
When saving the E5072A measurement screen, execute the VBA program with the Visual Basic editor closed. For more information, see Running a Program from the E5072A Measurement Screen.
Specify the file name with the extension When you use directory names and file name, separate them with "\ " (back slash), or "/" (slash).
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. |
SCPI.MMEMory.STORe.IMAGe = "d:\image01.bmp"
SCPI.MMEMory.STORe.IMAGe = "test/image01.png"
System > Dump Screen Image
When performing the operation from the front panel, the image on the LCD display memorized in the volatile memory (clipboard) 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 and then saved.
:MMEMory:STORe:IMAGe <string>
10 OUTPUT 717;":MMEM:STOR:IMAG ""Result/Image01.bmp"""
10 OUTPUT 717;":MMEM:STOR:IMAG ""D:Image01.png"""