An open API service indexing awesome lists of open source software.

https://github.com/mikef5410/gpib

Simple perl GPIB interface with some instrument abstractions.
https://github.com/mikef5410/gpib

gpib perl

Last synced: 5 months ago
JSON representation

Simple perl GPIB interface with some instrument abstractions.

Awesome Lists containing this project

README

          

# gpib
Simple perl GPIB interface with some instrument abstractions.

GPIBWrap merges the APIs of RPCINST, and VXI11::Client so the same test code can use either. Instrument abstractions
are built as needed with the needed features. Generic_Instrument.pm can be used to represent any instrument or as a template
for a new abstraction.