An open API service indexing awesome lists of open source software.

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.

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