Metadata-Version: 2.4
Name: sciopy
Version: 0.9.0
Summary: Python based interface module for communication with Sciospec devices.
Home-page: https://github.com/EITLabworks/sciopy
Author: Jacob P. Thönes
Author-email: jacob.thoenes@uni-rostock.de
Keywords: Sciospec,EIT,EIS
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: platform
Dynamic: summary

<img src="https://raw.githubusercontent.com/EITLabworks/sciopy/develop/docs/_static/logo_sciopy.jpg" alt="Sciopy-logo" width="200"/>

This package offers the serial interface for communication with an EIT device from ScioSpec. Commands can be written serially and the system response can be read out. With the current version, it is possible to start and stop measurements with defined burst counts and to read out the measurement data. In addition, the measurement data is packed into a data class for better further processing.

**WIP** Communication with ISX-3

## Contact

If you have any ideas or other suggestions, please don't hesitate to contact me.

Email: jacob.thoenes@uni-rostock.de

___

- FTDI Driver installation: https://www.ftdichip.com/old2020/Drivers/D2XX.htm
