06-11-2020 04:46 AM
How do I query the GPIB-USB-HS Interface Adapter Controller and return back the Vendor, Model, Serial Number and Status? I am coding in C#.
I have an NI Controller and Keysight Controller and would like to be able to detect which one is hooked up.
06-12-2020 12:27 PM - edited 06-12-2020 12:27 PM
I think you should be able to do that with the NI System Configuration APIs:
https://www.ni.com/en-us/support/downloads/drivers/download.system-configuration.html#345614
Hope this helps,
-Doug