... continued
The following function is used by the check_srq subroutine.
Function HpibErrStr$ (errorcode As Integer)
Select Case errorcode
Case NOERR
Msg$ = " No error "
Case EUNKNOWN
Msg$ = " Unknown error "
Case ESEL
Msg$ = " Invalid select code or device address "
Case ERANGE
Msg$ = " Value out of range "
Case ETIME
Msg$ = " Timeout "
Case ECTRL
Msg$ = " HP-IB must be controller "
Case EPASS
Msg$ = " Pass control not permitted "
Case EFILE
Msg$ = " File I/O Error "
Case ENUMB
Msg$ = " Invalid Number "
Case EADDR
Msg$ = " Improper addressing "
Case EOPEN
Msg$ = " Cannot Open This Card "
Case ENOOPEN
Msg$ = " Card is not open "
Case ECLOSE
Msg$ = " Cannot close card "
Case EHANDLE
Msg$ = " Invalid handle for this ISC "
Case Else
Msg$ = " What? "
End Select
HpibErrStr$ = Msg$
End Function
Chapter 6 Application Programs
Microsoft Visual Basic Language Program
230
Summary of Contents for 34420A
Page 1: ......
Page 2: ......
Page 13: ...1 Quick Start ...
Page 31: ...2 Front Panel Operation ...
Page 55: ...3 Features and Functions ...
Page 117: ...4 Remote Interface Reference ...
Page 200: ...5 Error Messages ...
Page 213: ...6 Application Programs ...
Page 245: ...6 Chapter 6 Application Programs Microsoft Excel Macro Example 245 ...
Page 246: ...Chapter 6 Application Programs Microsoft Excel Macro Example 246 ...
Page 247: ...7 Measurement Tutorial ...
Page 274: ...8 Specifications ...
Page 279: ...Dimensions Chapter 8 Specifications 34420A Nano Volt Micro Ohm Meter 280 ...
Page 294: ......