iorodeo-potentiostat


Nameiorodeo-potentiostat JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/iorodeo/potentiostat
SummarySerial interface for the Rodeostat Potentiostat
upload_time2025-02-04 19:40:46
maintainerNone
docs_urlNone
authorWill Dickson
requires_pythonNone
licenseMIT
keywords serial interface for io rodeo potentiostat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Serial interface for IO Rodeo Potentiostat",
    "author": "Will Dickson",
    "author_email": "will@iorodeo.com",
    "download_url": "https://files.pythonhosted.org/packages/f5/aa/ad6245a911ee06ef80c4be3685e8e0ca6c86eab51d7d4919ef2cb93bf56a/iorodeo_potentiostat-0.0.9.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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Serial interface for the Rodeostat Potentiostat",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/iorodeo/potentiostat"
    },
    "split_keywords": [
        "serial",
        "interface",
        "for",
        "io",
        "rodeo",
        "potentiostat"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a323cfcd503c41edec46c27ab2a3ecef7fb6b0e9fe339401bcbf58a545cad2a",
                "md5": "24bc3c317b1879ec85f3c3f82cbaaa08",
                "sha256": "97f9950ec908bfea48c9e63971f5e90343b5150157e86006e180ccc689db14a5"
            },
            "downloads": -1,
            "filename": "iorodeo_potentiostat-0.0.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24bc3c317b1879ec85f3c3f82cbaaa08",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 10848,
            "upload_time": "2025-02-04T19:40:44",
            "upload_time_iso_8601": "2025-02-04T19:40:44.218428Z",
            "url": "https://files.pythonhosted.org/packages/8a/32/3cfcd503c41edec46c27ab2a3ecef7fb6b0e9fe339401bcbf58a545cad2a/iorodeo_potentiostat-0.0.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5aaad6245a911ee06ef80c4be3685e8e0ca6c86eab51d7d4919ef2cb93bf56a",
                "md5": "b6db5acced4be617a7833d4e8efce42c",
                "sha256": "82085267ab6d7ea909798a59ce14da92719a5623148736c9ccada8c665696946"
            },
            "downloads": -1,
            "filename": "iorodeo_potentiostat-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "b6db5acced4be617a7833d4e8efce42c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11244,
            "upload_time": "2025-02-04T19:40:46",
            "upload_time_iso_8601": "2025-02-04T19:40:46.177483Z",
            "url": "https://files.pythonhosted.org/packages/f5/aa/ad6245a911ee06ef80c4be3685e8e0ca6c86eab51d7d4919ef2cb93bf56a/iorodeo_potentiostat-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-04 19:40:46",
    "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"
}
        
Elapsed time: 0.46510s