Metadata-Version: 2.1
Name: pyxperiment
Version: 0.0.16
Summary: A framework for performing scientific measurements
Home-page: https://bitbucket.org/petrushas/pyxperiment
Author: Stanislau Piatrusha
Author-email: petrushas@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: pyvisa
Requires-Dist: wxPython
Requires-Dist: lxml
Provides-Extra: nidaqmx
Requires-Dist: nidaqmx ; extra == 'nidaqmx'
Provides-Extra: zhinst
Requires-Dist: zhinst ; extra == 'zhinst'

PyXperiment is a scientific measurements package designed to control various measurement instruments (both conforming VISA and based on separate approach). PyXperiment is designed to be used with no coding, providing simple and powerful tool for performing multi-axis multi-device sweep measurements with graphical interface. PyXperiment also allows to script more challenging tasks while taking the advantage of the same GUI and instruments support.

