ivi
ivi copied to clipboard
Go-based implementation of the Interchangeable Virtual Instrument (IVI) standard
Even though the IVI Foundation hasn't defined a standard for DSAs, I need to create one based on the 35670.
If a single driver is going to handle multiple models, I'll need to implement one or possibly multiple of the following new functions: 1. Have specific new functions for each...
Need to have timeouts for connecting to devices using VISA or directly using LXI or USBTMC. This might be something that needs to be added to the other packages.
Section 6.16 Initialize in IVI-3.2: Inherent Capabilities Specification states that the Initialize function has an `IdQuery` boolean parameter that queries the instrument for its ID (`*IDN?`) and verifies that the...