autolab-project / autolab

Python package for laboratory instruments control and scientific experiments automation

Home Page:https://autolab.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[issue] Devices not closing when closing GUI

pyMatJ opened this issue · comments

After discussing w/ @bgarbin I will open a few issues and feature requests, and start to work on PRs.
Starting with this one, even though I see this appears somehow in the todolist ("autolab.close_all_devices()") :
When using the GUI and closing, the close() function of each driver should be called before the GUI actually closes, ensuring that all devices are returned to a safe state and all connection ports are available again.

EDIT:
This issue is already solved by PR #3 (specifically commit 06237e4 )
If this PR contains too many changes at once, consider doing a separate one for this issue.