Metadata-Version: 2.2
Name: piec
Version: 0.0.25
Summary: A collection of control and analysis code for experiments
Home-page: https://github.com/ElPsyKurisu/piec
Author: Geo Fratian
Author-email: geo_fratian@brown.edu
Project-URL: Bug Tracker, https://github.com/ElPsyKurisu/piec/issues
Project-URL: repository, https://github.com/ElPsyKurisu/piec
Project-URL: Documentation, https://piec.readthedocs.io
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas>=1.3.2
Requires-Dist: numpy>=1.19.2
Requires-Dist: matplotlib>=3.3.4
Requires-Dist: scipy>=1.6.2
Requires-Dist: pyvisa>=1.11.3
Requires-Dist: PyVISA-py>=0.7.2
Requires-Dist: IPython>=7.22.0
Requires-Dist: sphinx==7.1.2
Requires-Dist: sphinx-rtd-theme==1.3.0rc1

# PIEC
 Python Integrated Experimental Control
 The goal of this repository is to provide a streamlined control scheme for lab experiments and allow for rapid development
 of new experimental procedures starting from a ferroelectric standpoint.
 Requires KEYSIGHT I/O Libraries, find them here: www.keysight.com/find/iosuite
probably not needed:
 https://www.keysight.com/us/en/lib/software-detail/computer-software/visa-shared-components-downloads-2504667.html download this first?
This is needed!
 https://www.ni.com/en/support/downloads/drivers/download.ni-488-2.html#544048


Overall how to install:
1. ```pip install piec```
2. Install NI 488.2 Drivers if using GPIB




NOTE: If using the digilent driver:
Make sure you Install InstaCal and the Universal Library (UL) from http://www.mccdaq.com/swdownload 
Note InstaCal is actually not needed but useful to troubleshoot if python is not working
Also mcculw library is needed. it is NOT in the required dependencies (subject to change)

[![Documentation Status](https://readthedocs.org/projects/piec/badge/?version=latest)](https://piec.readthedocs.io/en/latest/?badge=latest)

