bluesky.plans.monitor_during_wrapper¶
-
bluesky.plans.
monitor_during_wrapper
(plan, signals)¶ Monitor (asynchronously read) devices during runs.
This is a preprocessor that insert messages immediately after a run is opened and before it is closed.
Parameters: - plan (iterable or iterator) – a generator, list, or similar containing Msg objects
- signals (collection) – objects that support the Signal interface
Yields: msg (Msg) – messages from plan with ‘monitor’, and ‘unmontior’ messages inserted
See also
bluesky.plans.fly_during_wrapper