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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iorodeo_potentiostat-0.0.9.tar.gz.
File metadata
- Download URL: iorodeo_potentiostat-0.0.9.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82085267ab6d7ea909798a59ce14da92719a5623148736c9ccada8c665696946
|
|
| MD5 |
b6db5acced4be617a7833d4e8efce42c
|
|
| BLAKE2b-256 |
f5aaad6245a911ee06ef80c4be3685e8e0ca6c86eab51d7d4919ef2cb93bf56a
|
File details
Details for the file iorodeo_potentiostat-0.0.9-py2.py3-none-any.whl.
File metadata
- Download URL: iorodeo_potentiostat-0.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97f9950ec908bfea48c9e63971f5e90343b5150157e86006e180ccc689db14a5
|
|
| MD5 |
24bc3c317b1879ec85f3c3f82cbaaa08
|
|
| BLAKE2b-256 |
8a323cfcd503c41edec46c27ab2a3ecef7fb6b0e9fe339401bcbf58a545cad2a
|