Go-based implementation of the LAN eXtensions for Instrumentation (LXI) standard.
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://godoc.org/github.com/gotmc/lxi
- http://localhost:6060/pkg/github.com/gotmc/lxi/ after running
$ godoc -http=:6060
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 the tests using either GNU Make:
$ make check
$ make lintor you can use Just:
$ just check
$ just lintTo update and view the test coverage report using Make run:
$ make coveror you can use Just:
$ just coverlxi is released under the MIT license. Please see the LICENSE.txt file for more information.