# CaChannel **Repository Path**: lockout/CaChannel ## Basic Information - **Project Name**: CaChannel - **Description**: Clone https://github.com/CaChannel/CaChannel.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README CaChannel - EPICS Channel Access in Python ========================================== CaChannel is a Python interface to Channel Access. It was developed in 2000 by Geoff Savage using `caPython extension `_ In 2008 version 2.x gets re-implemented based on PythonCA extension from `Noboru Yamamoto `_. In version 3, the ``CaChannel.ca`` module was rewritten from scratch using Python/C API. It has the same API as `caffi `_. Because of that, the CaChannel interface can also use ``caffi.ca`` by setting environment variable ``CACHANNEL_BACKEND=caffi``. This is also the fallback backend if no EPICS installation exists or the C extension fails to import. Check out `CaChannel documents `_ to get started. * Downloads: https://pypi.python.org/pypi/CaChannel * Source Repo: https://github.com/CaChannel/CaChannel * Issue Tracker: https://github.com/CaChannel/CaChannel/issues * Anaconda: https://anaconda.org/paulscherrerinstitute/cachannel