.codecov.yml
.copier-answers.yml
.git-blame-ignore-revs
.gitignore
.mailmap
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_check.yml
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
docs/conf.py
docs/explanations.md
docs/genindex.rst
docs/how-to.md
docs/index.md
docs/reference.md
docs/tutorials.md
docs/_templates/README
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
docs/examples/epics_demo.py
docs/examples/foo_detector.py
docs/explanations/decisions.md
docs/explanations/design-goals.rst
docs/explanations/event-loop-choice.rst
docs/explanations/flyscanning.rst
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/0003-ophyd-async-migration.rst
docs/explanations/decisions/0004-repository-structure.rst
docs/explanations/decisions/0005-respect-black-line-length.rst
docs/explanations/decisions/0006-procedural-device-definitions.rst
docs/explanations/decisions/COPYME
docs/how-to/choose-interfaces-for-devices.md
docs/how-to/compound-devices.rst
docs/how-to/contribute.md
docs/how-to/make-a-simple-device.rst
docs/how-to/make-a-standard-detector.rst
docs/how-to/write-tests-for-devices.rst
docs/images/bluesky_ophyd_epics_devices_logo.svg
docs/images/bluesky_ophyd_logo.svg
docs/images/hardware-triggered-scan.png
docs/images/ophyd_favicon.svg
docs/images/outer-scan.png
docs/images/simple-hardware-scan.png
docs/reference/api.rst
docs/tutorials/installation.md
docs/tutorials/using-existing-devices.rst
src/ophyd_async/__init__.py
src/ophyd_async/__main__.py
src/ophyd_async/_version.py
src/ophyd_async/log.py
src/ophyd_async/protocols.py
src/ophyd_async.egg-info/PKG-INFO
src/ophyd_async.egg-info/SOURCES.txt
src/ophyd_async.egg-info/dependency_links.txt
src/ophyd_async.egg-info/entry_points.txt
src/ophyd_async.egg-info/requires.txt
src/ophyd_async.egg-info/top_level.txt
src/ophyd_async/core/__init__.py
src/ophyd_async/core/_providers.py
src/ophyd_async/core/async_status.py
src/ophyd_async/core/detector.py
src/ophyd_async/core/device.py
src/ophyd_async/core/device_save_loader.py
src/ophyd_async/core/flyer.py
src/ophyd_async/core/signal.py
src/ophyd_async/core/signal_backend.py
src/ophyd_async/core/sim_signal_backend.py
src/ophyd_async/core/standard_readable.py
src/ophyd_async/core/utils.py
src/ophyd_async/epics/__init__.py
src/ophyd_async/epics/_backend/__init__.py
src/ophyd_async/epics/_backend/_aioca.py
src/ophyd_async/epics/_backend/_p4p.py
src/ophyd_async/epics/_backend/common.py
src/ophyd_async/epics/areadetector/__init__.py
src/ophyd_async/epics/areadetector/aravis.py
src/ophyd_async/epics/areadetector/kinetix.py
src/ophyd_async/epics/areadetector/pilatus.py
src/ophyd_async/epics/areadetector/single_trigger_det.py
src/ophyd_async/epics/areadetector/utils.py
src/ophyd_async/epics/areadetector/vimba.py
src/ophyd_async/epics/areadetector/controllers/__init__.py
src/ophyd_async/epics/areadetector/controllers/ad_sim_controller.py
src/ophyd_async/epics/areadetector/controllers/aravis_controller.py
src/ophyd_async/epics/areadetector/controllers/kinetix_controller.py
src/ophyd_async/epics/areadetector/controllers/pilatus_controller.py
src/ophyd_async/epics/areadetector/controllers/vimba_controller.py
src/ophyd_async/epics/areadetector/drivers/__init__.py
src/ophyd_async/epics/areadetector/drivers/ad_base.py
src/ophyd_async/epics/areadetector/drivers/aravis_driver.py
src/ophyd_async/epics/areadetector/drivers/kinetix_driver.py
src/ophyd_async/epics/areadetector/drivers/pilatus_driver.py
src/ophyd_async/epics/areadetector/drivers/vimba_driver.py
src/ophyd_async/epics/areadetector/writers/__init__.py
src/ophyd_async/epics/areadetector/writers/_hdfdataset.py
src/ophyd_async/epics/areadetector/writers/_hdffile.py
src/ophyd_async/epics/areadetector/writers/hdf_writer.py
src/ophyd_async/epics/areadetector/writers/nd_file_hdf.py
src/ophyd_async/epics/areadetector/writers/nd_plugin.py
src/ophyd_async/epics/demo/__init__.py
src/ophyd_async/epics/demo/demo_ad_sim_detector.py
src/ophyd_async/epics/demo/mover.db
src/ophyd_async/epics/demo/sensor.db
src/ophyd_async/epics/motion/__init__.py
src/ophyd_async/epics/motion/motor.py
src/ophyd_async/epics/pvi/__init__.py
src/ophyd_async/epics/pvi/pvi.py
src/ophyd_async/epics/signal/__init__.py
src/ophyd_async/epics/signal/_epics_transport.py
src/ophyd_async/epics/signal/signal.py
src/ophyd_async/panda/__init__.py
src/ophyd_async/panda/_common_blocks.py
src/ophyd_async/panda/_hdf_panda.py
src/ophyd_async/panda/_panda_controller.py
src/ophyd_async/panda/_table.py
src/ophyd_async/panda/_trigger.py
src/ophyd_async/panda/_utils.py
src/ophyd_async/panda/writers/__init__.py
src/ophyd_async/panda/writers/_hdf_writer.py
src/ophyd_async/panda/writers/_panda_hdf_file.py
src/ophyd_async/planstubs/__init__.py
src/ophyd_async/planstubs/prepare_trigger_and_dets.py
src/ophyd_async/sim/__init__.py
src/ophyd_async/sim/pattern_generator.py
src/ophyd_async/sim/sim_pattern_detector_control.py
src/ophyd_async/sim/sim_pattern_detector_writer.py
src/ophyd_async/sim/sim_pattern_generator.py
src/ophyd_async/sim/demo/__init__.py
src/ophyd_async/sim/demo/sim_motor.py
tests/conftest.py
tests/test_cli.py
tests/test_flyer_with_panda.py
tests/test_log.py
tests/core/test_async_status.py
tests/core/test_device.py
tests/core/test_device_collector.py
tests/core/test_device_save_loader.py
tests/core/test_flyer.py
tests/core/test_signal.py
tests/core/test_sim.py
tests/core/test_standard_readable.py
tests/core/test_utils.py
tests/epics/test_pvi.py
tests/epics/test_records.db
tests/epics/test_signals.py
tests/epics/_backend/test_common.py
tests/epics/areadetector/__init__.py
tests/epics/areadetector/test_aravis.py
tests/epics/areadetector/test_controllers.py
tests/epics/areadetector/test_drivers.py
tests/epics/areadetector/test_kinetix.py
tests/epics/areadetector/test_pilatus.py
tests/epics/areadetector/test_scans.py
tests/epics/areadetector/test_single_trigger_det.py
tests/epics/areadetector/test_utils.py
tests/epics/areadetector/test_vimba.py
tests/epics/areadetector/test_writers.py
tests/epics/demo/test_demo.py
tests/epics/demo/test_demo_ad_sim_detector.py
tests/epics/motion/__init__.py
tests/epics/motion/test_motor.py
tests/panda/test_hdf_panda.py
tests/panda/test_panda_connect.py
tests/panda/test_panda_controller.py
tests/panda/test_panda_utils.py
tests/panda/test_table.py
tests/panda/test_trigger.py
tests/panda/test_writer.py
tests/panda/db/panda.db
tests/protocols/test_protocols.py
tests/sim/__init__.py
tests/sim/conftest.py
tests/sim/test_pattern_generator.py
tests/sim/test_sim_detector.py
tests/sim/test_sim_writer.py
tests/sim/test_streaming_plan.py
tests/sim/demo/__init__.py
tests/sim/demo/test_sim_motor.py