SkillAgentSearch skills...

Lxi

Go-based implementation of the LAN eXtensions for Instrumentation (LXI) standard

Install / Use

/learn @gotmc/Lxi

README

lxi

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.

GoDoc Go Report Card License Badge

Overview

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.

Installation

$ go get github.com/gotmc/lxi

Documentation

Documentation can be found at either:

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Development Dependencies

Testing

Prior to submitting a pull request, please run:

$ just check
$ just lint

To update and view the test coverage report:

$ just cover

License

lxi is released under the MIT license. Please see the LICENSE.txt file for more information.

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated3h ago
Forks5

Languages

Go

Security Score

95/100

Audited on Mar 31, 2026

No findings