bicarlsen / easy-biologic

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

Function to load .mps files? #24

Open nkawerau opened 1 year ago

nkawerau commented 1 year ago

Hello,

I didn’t know where I could ask a question, therefore I opened this issue here.

Do you know if it is possible to load .mps files (exported from the EC-Lab, which contain the sequence and parameters of techniques in text form) via the Python API from Biologic or with easy-biologic and then run it. I already have a number of such exported files with techniques and can import them very easily in the EC-Lab via Experiment -> Load Settings. It would be fantastic to have such a feature for the Python API as well. Do you know something about this?

Thanks in advance, Nicolas

bicarlsen commented 1 year ago

At a quick glance I don't see anything to allow that, but if you figure out a way, please feel free to issue a PR and we can incorporate it.