ARCHIVED: work has moved to https://github.com/bluesky/ophyd

ophyd

Code CI Docs CI Test Coverage Latest PyPI version Apache License

Ideas for ophyd v2, will be merged with bluesky/ophyd when ready

PyPI

pip install ophyd

Source code

https://github.com/dls-controls/ophyd

Documentation

https://dls-controls.github.io/ophyd

Releases

https://github.com/dls-controls/ophyd/releases

The main aims of this new version are:

  • Split into Devices (containing PV interface) and Abilities (containing the logic)

  • Make all Abilities async

  • Provide useful helpers for flyscans

How the documentation is structured

Documentation is split into four categories, also accessible from links in the side-bar.

Tutorials

Tutorials for installation, library and commandline usage. New users start here.

How-to Guides

Practical step-by-step guides for the more experienced user.

How-to Guides

Explanations

Explanation of how the library works and why it works that way.

Reference

Practical step-by-step guides for the more experienced user.

About the documentation

Why is the documentation structured this way?