bluesky.plans.fly#
- bluesky.plans.fly(flyers: list[Flyable], *, md: dict[str, Any] | None = None) Generator[Msg, Any, str] [source]#
Perform a fly scan with one or more ‘flyers’.
- Parameters:
- flyerscollection
objects that support the flyer interface
- mddict, optional
metadata
- Yields:
- msgMsg
‘kickoff’, ‘wait’, ‘complete, ‘wait’, ‘collect’ messages