Chapter 9
141
Measurement Applications (Sample Programs)
Reading Measurement Results Using Data Buffer
9.
M
easu
rem
ent
Applica
tio
ns
(S
amp
le
Prog
ra
ms)
'===================================
' Setup End
'===================================`
Call viClose(defrm)
End
'===================================
' ErrorProc
'===================================`
ErrorHandler:
' Display the error message
MsgBox "*** Error : " + Error$, MB_ICON_EXCLAMATION
End
End Sub