PyAML control system plugin for ophyd-async
pyaml-cs-oa provides pyAML control-system bindings based on
ophyd-async. It currently supports EPICS and Tango control systems.
Install the package from PyPI:
pip install pyaml-cs-oaEPICS CA/PVA Support
pip install pyaml-cs-oa[epics]This adds the EPICS channel and PV access dependencies.
TANGO Support
pip install pyaml-cs-oa[tango]This adds the TANGO dependencies.
Install the development dependencies with:
pip install pyaml-cs-oa[dev]Run the test suite with:
pytestInstall the pre-commit hooks with:
pre-commit installThe documentation is available at:
https://pyaml-cs-oa.readthedocs.io/en/latest/
Please use the issue tracker or submit a pull request.