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.
- Host: GitHub
- URL: https://github.com/mikef5410/gpib
- Owner: mikef5410
- License: mit
- Created: 2017-05-10T16:57:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-24T20:41:12.000Z (8 months ago)
- Last Synced: 2025-10-24T22:21:17.947Z (8 months ago)
- Topics: gpib, perl
- Language: Perl
- Homepage:
- Size: 573 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.