Skip to main content
Ctrl+K

bluesky

  • User Documentation
  • Developer Documentation
  • bluesky
  • ophyd
  • databroker
    • amostra
    • datamuxer
    • suitcase
    • NSLS-II Repositories
    • Bug Reports
  • GitHub
  • PyPI
  • User Documentation
  • Developer Documentation
  • bluesky
  • ophyd
  • databroker
  • amostra
  • datamuxer
  • suitcase
  • NSLS-II Repositories
  • Bug Reports
  • GitHub
  • PyPI

Section Navigation

  • Tutorial
  • Plans
  • Documents
  • Recording Metadata
  • Live Visualization and Processing
  • Interruptions
  • Simulation and Error Checking
  • Progress Bar
  • Event Descriptors
  • Asynchronous Acquisition
  • Multi-Run Plans
  • Debugging and Logging
  • RunEngine API Documentation
  • Utility classes and functions
  • IPython ‘Magics’ [Experimental]
  • Tracing with Opentelemetry
  • Translating Direct PyEpics Code to Bluesky Code
  • Comparison with SPEC
  • Hardware Interface Packages
  • Appendix
  • User Documentation
  • Plans
  • bluesky.plans.fly

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

See also

bluesky.preprocessors.fly_during_wrapper()
bluesky.preprocessors.fly_during_decorator()

previous

bluesky.plans.ramp_plan

next

bluesky.plan_stubs.abs_set

On this page
  • fly()
Edit on GitHub

This Page

  • Show Source

© Copyright 2015, Brookhaven National Lab.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.16.1.