Metadata-Version: 2.1
Name: socketscpi
Version: 0.0.5
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.j.allison@gmail.com
License: GNU General Public License v3
Keywords: socketscpi
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: numpy

==========
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




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.


* Free software: GNU General Public License v3
* Documentation: https://socketscpi.readthedocs.io.


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


=======
History
=======

0.0.1 (2019-01-24)
------------------

* First release on PyPI.

0.0.4 (2019-04-26)
------------------

* Updated syntax for binblockread to mimic that of PyVISA. Created documentation.


