iorodeo-potentiostat
---------------------
Python interface to IO Rodeo's Potentiostat Shield for the teensy 3.2 development
board.
Example
--------
.. code:: python
from potentiostat import Potentiostat
dev = Potentiostat('/dev/ttyACM0')
dev.set_curr_range('100uA')
dev.set_sample_period(10)
name = 'cyclic'
param = {
'quietValue' : 0.0,
'quietTime' : 1000,
'amplitude' : 2.0,
'offset' : 0.0,
'period' : 1000,
'numCycles' : 5,
'shift' : 0.0,
}
dev.set_param(name,param)
t,volt,curr = dev.run_test(name,display='pbar')
Install
--------
.. code:: bash
$ pip install iorodeo-potentiostat
Links
-----
* Documentation https://iorodeo.github.io/iorodeo-potentiostat-docs-build/
* Download https://github.com/iorodeo/potentiostat
Raw data
{
"_id": null,
"home_page": "https://github.com/iorodeo/potentiostat",
"name": "iorodeo-potentiostat",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Serial interface for IO Rodeo Potentiostat",
"author": "Will Dickson",
"author_email": "will@iorodeo.com",
"download_url": "https://files.pythonhosted.org/packages/a4/06/148606b3b3d9589ebae2a1585bf66a31efe1d80405c12938cd081e26c0e0/iorodeo-potentiostat-0.0.8.tar.gz",
"platform": null,
"description": "\niorodeo-potentiostat\n---------------------\n\nPython interface to IO Rodeo's Potentiostat Shield for the teensy 3.2 development \nboard.\n\nExample\n--------\n\n.. code:: python\n\n from potentiostat import Potentiostat\n\n dev = Potentiostat('/dev/ttyACM0')\n dev.set_curr_range('100uA')\n dev.set_sample_period(10)\n \n name = 'cyclic'\n param = {\n 'quietValue' : 0.0,\n 'quietTime' : 1000,\n 'amplitude' : 2.0,\n 'offset' : 0.0,\n 'period' : 1000,\n 'numCycles' : 5,\n 'shift' : 0.0,\n }\n \n dev.set_param(name,param)\n t,volt,curr = dev.run_test(name,display='pbar')\n\n\nInstall\n--------\n\n.. code:: bash\n\n $ pip install iorodeo-potentiostat\n\n\nLinks\n-----\n\n* Documentation https://iorodeo.github.io/iorodeo-potentiostat-docs-build/ \n* Download https://github.com/iorodeo/potentiostat\n\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Serial interface for the Rodeostat Potentiostat",
"version": "0.0.8",
"project_urls": {
"Homepage": "https://github.com/iorodeo/potentiostat"
},
"split_keywords": [
"serial",
"interface",
"for",
"io",
"rodeo",
"potentiostat"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e2c580f901317402e27b3079a57775332d8c3061d64aed9ce66133b18c2d4ae8",
"md5": "e4b5de945698987010dbe052049da96e",
"sha256": "8ab4525dbe482939dce1d71f319d17f159a3e0c25d000c35fa5145ccd055d9ce"
},
"downloads": -1,
"filename": "iorodeo_potentiostat-0.0.8-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4b5de945698987010dbe052049da96e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 10382,
"upload_time": "2023-07-24T16:41:32",
"upload_time_iso_8601": "2023-07-24T16:41:32.397691Z",
"url": "https://files.pythonhosted.org/packages/e2/c5/80f901317402e27b3079a57775332d8c3061d64aed9ce66133b18c2d4ae8/iorodeo_potentiostat-0.0.8-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a406148606b3b3d9589ebae2a1585bf66a31efe1d80405c12938cd081e26c0e0",
"md5": "410651c4d31c2ba16af6a6272593912e",
"sha256": "19b05a1025754efb06065a5d18bb6393963289b86ca1dd44de8d35806c153c70"
},
"downloads": -1,
"filename": "iorodeo-potentiostat-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "410651c4d31c2ba16af6a6272593912e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10794,
"upload_time": "2023-07-24T16:41:34",
"upload_time_iso_8601": "2023-07-24T16:41:34.482544Z",
"url": "https://files.pythonhosted.org/packages/a4/06/148606b3b3d9589ebae2a1585bf66a31efe1d80405c12938cd081e26c0e0/iorodeo-potentiostat-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-24 16:41:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "iorodeo",
"github_project": "potentiostat",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "iorodeo-potentiostat"
}