Method (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 E5061B measurement screen, execute the VBA program with the Visual Basic editor closed. For more information, see Running a Program from the E5061B Measurement Screen.
Specify the file name with the extension. When you use directory names and file name, separate them with "\" (back slash), or "/" (slash).
When you want to save the display image on your PC, use SCPI.HCOPy.SDUMp.DATA.IMMediate.
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"
SCPI.HCOPy.SDUMp.DATA.IMMediate
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.
:MMEMory:STORe:IMAGe <string>
10 OUTPUT 717;":MMEM:STOR:IMAG ""Result/Image01.bmp"""
10 OUTPUT 717;":MMEM:STOR:IMAG ""D:Image01.png"""