Keysight Technologies E4981A Programming Manual page 155

120 hz/1 khz/1 mhz capacitance meter
Hide thumbs Also See for E4981A:
Table of Contents

Advertisement

MsgBox "LOAD compensation is not successful."
'End
End If
ErrorCheck viVPrintf(Agte4981a, "*TRG" + vbLf, 0)
ErrorCheck viVScanf(Agte4981a, "%t", Result)
Res = Split(Result, ",")
MsgBox "Value of Primary parameter (Cs) is " & Val(Res(1)) & " and
value of Secondary Parameter (Q) is " & Val(Res(2))
'===================================
' Setup End
'===================================
Call viClose(defrm)
End
'===================================
' ErrorProc
'===================================
ErrorHandler:
' Display the error message
MsgBox "*** Error : " + Error$, MB_ICON_EXCLAMATION
End
End Sub
Chapter 9
Measurement Applications (Sample Programs)
Capacitor Measurement Using Test Fixture
153

Advertisement

Table of Contents
loading

Table of Contents