Keysight E4980A User Manual page 304

Precision lcr meter
Hide thumbs Also See for E4980A:
Table of Contents

Advertisement

Sample Program
Read Measurement Results
ErrorHandler:
End Sub
304
' List Read
'===================================
ErrorCheck viVPrintf(AgtE4980A/AL, ":FETC?" + vbLf, 0)
Call Scpi_read_binary_double_array(AgtE4980A/AL, Res, Nop)
For i = 0 To Nop - 1
j = i Mod 4
k = i \ 4
Cells(k + 39, j + 9).Value = Res(i)
Next i
'===================================
' Setup End
'===================================`
Call viClose(defrm)
End
'===================================
' ErrorProc
'===================================
' Display the error message
MsgBox "*** Error : " + Error$, MB_ICON_EXCLAMATION
End
Keysight E4980A/AL Precision LCR Meter

Advertisement

Table of Contents
loading

This manual is also suitable for:

E4980aalE4980al

Table of Contents