Hcopy:sdump:data - Keysight E4981A Programming Manual

Capacitance meter
Hide thumbs Also See for E4981A:
Table of Contents

Advertisement

Command Reference
E4981A SCPI Commands

:HCOPy:SDUMp:DATA?

Syntax
:HCOPy:SDUMp:DATA?
Description
Outputs screen image display in GIF format. (Query Only)
Equivalent key
No equivalent key is available on the front panel.
Example of Use
Dim Nop As Long
Dim GifData(10000) As Byte
Dim paramsArray(2) As Long
Dim i As Integer
Nop = UBound(GifData) - LBound(GifData) + 1
paramsArray(0) = VarPtr(Nop)
paramsArray(1) = VarPtr(GifData(0))
Call viVPrintf(Agte4981a, ":HCOPY:SDUMP:DATA?" + vbLf, 0)
Call viVScanf(Agte4981a, "%#b", paramsArray(0))
Open "C:\TEST.gif" For Binary As #1
For i = 0 To Nop - 1
Next i
Close
Pressing [Save/Recall] - SAVE DISPLAY key saves the current screen image
into the USB memory.
226
Put #1, , GifData(i)
Keysight E4981A 120 Hz/1 kHz/1 MHz Capacitance Meter

Advertisement

Table of Contents
loading

This manual is also suitable for:

E4981a/001E4981a/002

Table of Contents