bluesky.plans.fly# bluesky.plans.fly(flyers, *, md=None)[source]# Perform a fly scan with one or more ‘flyers’. Parameters: flyerscollectionobjects that support the flyer interface mddict, optionalmetadata Yields: msgMsg‘kickoff’, ‘wait’, ‘complete, ‘wait’, ‘collect’ messages See also bluesky.preprocessors.fly_during_wrapper() bluesky.preprocessors.fly_during_decorator()