1) I am writing GPIB Driver (for our test executive and for our needs) which uses IVI calls of the IVI Driver supplied by the instrument vendor. (TDS5000)
2) I did not see any IVI Support for interrupts.
3) I would like to enable/disable the interrupts and I would like to have a callback function to
receive these interrupts and handle.
My source code is in Visual C++ 6.0.
Please let me know how I can do.