Specifications
Chapter 18 535
COM Interface Reference
Application object
18. COM Interface Reference
GetTextData method
Explanation Copies main setting parameters or measurement data of the E4991A to the clipboard in
CSV format in order to paste them into an application like Microsoft Word or Microsoft
Excel. This method can be performed by a personal computer that uses the E4991A remote
user interface function.
VB syntax Application.GetTextData(DataName)
or
GetTextData(DataName)
Parameter DataName: To be selected from the following.
Examples The following is a program example of copying measurement data onto the clipboard in
CSV format.
Example 18-7 Example of using GetTextData method
Application.GetTextData (ListValues)
GetScreenImage method
Explanation Copies the screen image to the clipboard in the specified file format in order to paste it into
an application like Microsoft Word or Microsoft Excel. This method can be performed by a
personal computer that uses the E4991A remote user interface function.
VB syntax Application.GetScreenImage (ImageForm)
or
GetScreenImage (ImageForm)
Parameter ImageForm: To be selected from the following.
Examples The following is a program example of copying the screen display to the clipboard in the
bitmap format.
Example 18-8 Example of usingGetScreenImage method
Application.GetScreenImage (BMP)
OperatingParameters Specifies setting parameters of the E4991A.
ListValues Specifies measurement data.
BMP Specifies the bitmap format.
JPG Specifies the JPEG format.