Gpib bus server - syue99/Lab_control GitHub Wiki
Introduction
This server uses the visa library to provide access to the connected gpib devices. In order to function, it requires pyvisa along with a visa driver such as NI Visa. At the heart of the server is a looping call that scans for all available gpib devices. When a gpib device is connected or disconnected, the server sends out a named message indicating so. Each context connected to the server can communicate with one of the available devices.
Version Tracking
Version 1.12
- Fixed issue with instrument timeout being set in seconds instead of float