Skip to content
romainbrette edited this page Nov 21, 2016 · 4 revisions

The goal of this package to provide a simple script-based way to access an electrophysiology amplifier from Python. The main thing is the access to the acquisition board. What we want to do is very basic:

  • send a command waveform (current or voltage) and record the response (current and/or voltage);
  • the software must deal with calibration/hardware settings: conversion between acquired signal and voltage or current, assignment of acquisition board channels (eg channel 0 is voltage of electrode 1);
  • later, for modern amplifiers, access amplifier controls (eg switching modes).

The waveform could be a numpy array (possibly with units).

Clone this wiki locally