python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
66 stars 39 forks source link

Alpao dm driver doesnt set the trigger type or mode at startup. #206

Open iandobbie opened 3 years ago

iandobbie commented 3 years ago

Although the Alpao driver has the following code in the init fiunction: self._trigger_type = TriggerType.SOFTWARE self._trigger_mode = TriggerMode.ONCE

TThe hardware is never set to reflect this.