Metadata-Version: 2.1
Name: socketscpi
Version: 2021.7.0
Summary: socketscpi provides a robust SCPI interface to electronic test and measurement equipment via raw socket protocol, removing the requirement for VISA and improving data transfer speed over VXI-11.
Home-page: https://github.com/morgan-at-keysight/socketscpi
Author: Morgan Allison
Author-email: morgan.allison@keysight.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

==========
socketscpi
==========


.. image:: https://img.shields.io/pypi/v/socketscpi.svg
        :target: https://pypi.python.org/pypi/socketscpi

.. image:: https://img.shields.io/travis/morgan-at-keysight/socketscpi.svg
        :target: https://travis-ci.org/morgan-at-keysight/socketscpi

.. image:: https://readthedocs.org/projects/socketscpi/badge/?version=latest
        :target: https://socketscpi.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status



Tired of troubleshooting VISA connections, conflicts, and incompatibilities?

Need the fastest communication possible with your test equipment?

Try socketscpi: a robust and easy-to-use SCPI interface for electronic test and measurement equipment.

Socketscpi is a wrapper for Python's socket module. This removes the requirement for VISA and improves data transfer speed over the older VXI-11 protocol.

Features
--------
* Written using the socket module for fast communication
* Implements write, read, query, binary block read, binary block write


* Free software: MIT License
* Documentation: https://socketscpi.readthedocs.io/en/latest/index.html


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


