https://github.com/gotmc/keysight
Go module for working with Keysight/Agilent/HP test equipment.
https://github.com/gotmc/keysight
Last synced: 4 months ago
JSON representation
Go module for working with Keysight/Agilent/HP test equipment.
- Host: GitHub
- URL: https://github.com/gotmc/keysight
- Owner: gotmc
- License: mit
- Created: 2021-12-13T21:16:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:06:08.000Z (about 2 years ago)
- Last Synced: 2024-06-20T12:07:30.973Z (almost 2 years ago)
- Language: Go
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keysight
Go module for working with Keysight/Agilent/HP test equipment.
[![GoDoc][godoc badge]][godoc link]
[![Go Report Card][report badge]][report card]
[![License Badge][license badge]][LICENSE]
## Overview
[keysight][] provides different packages for working with Keysight/Agilent/HP
test equipment. Specifically, it has packages for reading files from different
spectrum analyzers.
## Contributing
Contributions are welcome! To contribute please:
1. Fork the repository
2. Create a feature branch
3. Code
4. Submit a [pull request][]
### Testing
Prior to submitting a [pull request][], please run:
```bash
$ make check
```
To update and view the test coverage report:
```bash
$ make cover
```
## License
[keysight][] is released under the MIT license. Please see the
[LICENSE][] file for more information.
[keysight]: https://github.com/gotmc/keysight
[godoc badge]: https://godoc.org/github.com/gotmc/keysight?status.svg
[godoc link]: https://godoc.org/github.com/gotmc/keysight
[LICENSE]: https://github.com/gotmc/keysight/blob/master/LICENSE
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg
[pull request]: https://help.github.com/articles/using-pull-requests
[report badge]: https://goreportcard.com/badge/github.com/gotmc/keysight
[report card]: https://goreportcard.com/report/github.com/gotmc/keysight