Skip to main content

Asynchronous Channel Access client for asyncio and Python using libca via ctypes

Project description

Code CI Docs CI Test Coverage Latest PyPI version Apache License

aioca is an asynchronous EPICS Channel Access client for asyncio and Python using libca via ctypes.

PyPI

pip install aioca

Source code

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

Documentation

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

Changelog

https://github.com/dls-controls/aioca/blob/master/CHANGELOG.rst

It exposes a high level interface similar to the commandline tools:

caget(pvs, ...)
    Returns a single snapshot of the current value of each PV.

caput(pvs, values, ...)
    Writes values to one or more PVs.

camonitor(pvs, callback, ...)
    Receive notification each time any of the listed PVs changes.

connect(pvs, ...)
    Optionally can be used to establish PV connection before using the PV.

See https://dls-controls.github.io/aioca for more detailed documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aioca-1.7.tar.gz (19.3 kB view hashes)

Uploaded Source

Built Distribution

aioca-1.7-py3-none-any.whl (25.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page