-
Notifications
You must be signed in to change notification settings - Fork 10
Gpib bus server
Hlab edited this page Mar 6, 2013
·
1 revision
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.
- Fixed issue with instrument timeout being set in seconds instead of float