Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 631 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 631 Bytes

pygamry: programmatic control of Gamry potentiostats

pygamry is a Python package for interfacing with Gamry potentiostats, allowing customization and automation of electrochemical measurements.

Examples

The measure_scripts folder provides an example of how one might use pygamry to control a potentiostat programmatically. In this example, various Python scripts define different kinds of measurements, which can then be executed from the command line or by another program like LabVIEW. I hope to add more documentation soon.

Installation

See installation.txt for installation instructions with pip or conda.