ophyd.v2.core.ReadingValueCallback#

ophyd.v2.core.ReadingValueCallback#

A function that will be called with the Reading and value when the monitor updates

alias of Callable[[Reading, T], None]