Go-based implementation of the LAN eXtensions for Instrumentation (LXI) standard to send SCPI commands or to provide an interface for Interchangeable Virtual Instrument (IVI) drivers.
This packages enables controlling LXI compatible test equipment (e.g., oscilloscopes, function generators, multimeters, etc.) over Ethernet. While this package can be used by itself to send Standard Commands for Programmable Instruments (SCPI) commands to a piece of test equipment, it also serves to provide an Instrument interface for both the ivi and visa packages. The ivi package provides standardized APIs for programming test instruments following the Interchangeable Virtual Instrument (IVI) standard.
$ go get github.com/gotmc/lxiDocumentation can be found at either:
- https://pkg.go.dev/github.com/gotmc/lxi
- http://localhost:8080/github.com/gotmc/lxi/ after running
just docs
Contributions are welcome! To contribute please:
- Fork the repository
- Create a feature branch
- Code
- Submit a pull request
Prior to submitting a pull request, please run:
$ just check
$ just lintTo update and view the test coverage report:
$ just coverlxi is released under the MIT license. Please see the LICENSE.txt file for more information.