Metadata-Version: 2.1
Name: pyvisainstrument
Version: 1.5.1
Summary: PyVisaInstrument provides boilerplate for various NI-VISA instruments.
Home-page: https://github.com/Samtec-ASH/pyvisainstrument
License: MIT
Author: Adam Page
Author-email: adam.page@samtec.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyVISA (>=1.11.3,<2.0.0)
Requires-Dist: PyVISA-py (>=0.5.2,<0.6.0)
Requires-Dist: numpy (>=1.20.1,<2.0.0)
Requires-Dist: pyserial (>=3.5,<4.0)
Requires-Dist: zeroconf (>=0.28.8,<0.29.0)
Project-URL: Repository, https://github.com/Samtec-ASH/pyvisainstrument
Description-Content-Type: text/markdown

# PyVisaInstrument

![PyPI](https://img.shields.io/pypi/v/pyvisainstrument)

Provides boilerplate for various NI-VISA instruments and utilizes pyvisa.

- KeysightVNA
- KeysightDAQ
- KeysightPSU
- NumatoRelay (TCP/TELNET and USB)

## Installation

pip install pyvisainstrument

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://bitbucket.org/samteccmd/pyvisainstruments/commits/).

## Maintainers

- [Adam Page](adam.page@samtec.com)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

