bicarlsen / easy-biologic

Python library for communicating with Biologic devices.
GNU General Public License v3.0
18 stars 11 forks source link

Enhancements for time-domain techniques #30

Closed jdhuang-csm closed 5 months ago

jdhuang-csm commented 5 months ago

This includes several enhancements focused on time-domain techniques:

Also includes some minor fixes and enhancements for EIS:

Tested in python 3.12 with an SP150 device.

This update includes several helper functions in base_programs (get_voltage_range, get_current_range, configure_limit). I think these could be split into their own module, especially if there are similar helper functions that might be added in the future, but I wanted to leave the decision on organization up to you.