You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Camera: remove Camera.get_trigger_type method and TRIGGER_* constants (#197)
Cameras now have a `trigger_type` and `triger_mode` properties. The
previous `get_trigger_type` method (which returns something different
from the `trigger_type` propertye) was kept for temporary backwards
compatibility and not break Cockpit. Cockpit now no longer makes use
of `Camera.get_trigger_type` and so we can remove it from Microscope.
This commit removes the Camera.get_trigger_type method as well as its
implementation from all concrete implementations of Camera. It also
removes the related microscope.abc.TRIGGER_* constants.
0 commit comments