EasyManua.ls Logo

Keysight E4980AL - Page 295

Keysight E4980AL
529 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Keysight E4980A/AL Precision LCR Meter 295
Sample Program
Read Measurement Results
9-
ErrorCheck viVPrintf(AgtE4980A/AL, "MEM:READ? DBUF" +
vbLf, 0)
ErrorCheck viVScanf(AgtE4980A/AL, "%t", Result)
Res = Split(Result, ",")
For i = 0 To (NoofMeas * 4) - 1
j = i Mod 4
k = i \ 4
Cells(k + 24, j + 2).Value = Val(Res(i))
Next i
ErrorCheck viVPrintf(AgtE4980A/AL, "MEM:CLE DBUF" + vbLf,
0)
'===================================
' Setup End
'===================================`
Call viClose(defrm)
End
'===================================
' ErrorProc
'===================================`
ErrorHandler:
' Display the error message
MsgBox "*** Error : " + Error$, MB_ICON_EXCLAMATION
End
End Sub

Table of Contents

Other manuals for Keysight E4980AL

Related product manuals