Asynchronous Bluesky hardware abstraction library for Python, compatible with EPICS and Tango control systems. Version 0.18 requires Python >=3.11. Active development with regular releases.
pip install ophyd-asyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic async hardware simulation with ophyd-async
Update import: `from ophyd_async.plan_stubs import DetectorWriter`
Use `detector.set_exposure(value)` and `detector.set_num_images(value)`
Ensure all `await` calls are present when interacting with devices
Use `from ophyd_async.plan_stubs import DetectorWriter`
Call `await device.connect(mock=True)` for simulation or `await device.connect()` for real hardware.
No dependency data recorded yet.