bluesky.plans.fly_during_wrapper¶
-
bluesky.plans.
fly_during_wrapper
(plan, flyers)¶ Kickoff and collect “flyer” (asynchronously collect) objects 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
- flyers (collection) – objects that support the flyer interface
Yields: msg (Msg) – messages from plan with ‘kickoff’, ‘wait’ and ‘collect’ messages inserted
See also
bluesky.plans.fly