Skip to main content

Serial interface for the Rodeostat Potentiostat

Project description

iorodeo-potentiostat

Python interface to IO Rodeo’s Potentiostat Shield for the teensy 3.2 development board.

Example

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

$ pip install iorodeo-potentiostat

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iorodeo-potentiostat-0.0.5.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

iorodeo_potentiostat-0.0.5-py2.py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page