qt3uw / qt3-utils

Data Acquisition for Confocal Microscope and Spin Control Experiments
https://sites.google.com/uw.edu/qt3-lab/projects
BSD 3-Clause "New" or "Revised" License
3 stars 6 forks source link

Specify hardware configuration through configuration file. #89

Closed gadamc closed 11 months ago

gadamc commented 1 year ago

As qt3utils becomes used outside of the QLM, it may be more convenient to allow for hardware setups to be defined by a configuration file that can be utilized by various objects within qt3utils.

As a user, I want to be able to define the hardware connections and device names in a single configuration file. Then pass that file to qt3utils objects during instantiation in order to communicate with devices. This will help especially with the GUI applications. One can even imagine a button that allows the user to load the configuration file after launch.

gadamc commented 11 months ago

fixed in merge #121