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 E5052B measurement screen, execute the VBA program with the Visual Basic editor closed. For more information, see Running_a_Program_from_the_E5052B_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 |
Preset Value |
- |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
-257, "File name error" 71, "Failed to write file" |
If a file with the same name as the specified file name exists, its contents are overwritten.
SCPI.MMEMory.STORe.IMAGe = "f:\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) (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>
{String}<newline><^END>
10 OUTPUT 717;":MMEMory:STORe:IMAGe ""Result/Image01.bmp"""
20 OUTPUT 717;":MMEMory:STORe:IMAGe ""D:Image01.png"""