Skip to content

Follow changes in MMCore#

pymmcore-plus implements an enhanced Observer pattern, making it easier to connect callback functions to events that occur in the core. This is useful for things like updating a GUI when a property changes, or writing and/or processing data as it is acquired.

See the Events API documentation for complete details on what events are emitted and how to connect to them.

on_prop_changed.py
1
--8 < --"examples/properties_and_state_events.py"