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
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file iorodeo-potentiostat-0.0.8.tar.gz
.
File metadata
- Download URL: iorodeo-potentiostat-0.0.8.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19b05a1025754efb06065a5d18bb6393963289b86ca1dd44de8d35806c153c70 |
|
MD5 | 410651c4d31c2ba16af6a6272593912e |
|
BLAKE2b-256 | a406148606b3b3d9589ebae2a1585bf66a31efe1d80405c12938cd081e26c0e0 |
File details
Details for the file iorodeo_potentiostat-0.0.8-py2.py3-none-any.whl
.
File metadata
- Download URL: iorodeo_potentiostat-0.0.8-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ab4525dbe482939dce1d71f319d17f159a3e0c25d000c35fa5145ccd055d9ce |
|
MD5 | e4b5de945698987010dbe052049da96e |
|
BLAKE2b-256 | e2c580f901317402e27b3079a57775332d8c3061d64aed9ce66133b18c2d4ae8 |