The official Python binding for the CAEN FELib.
You need to install both the latest version of CAEN FELib and an implementation like the CAEN Dig2 from the CAEN website.
Then, install this module and have fun:
pip install caen-felib
Few examples may be found on the examples
folder of the project repository.
Copyright © 2024 CAEN SpA
The caen-felib module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
The caen-felib module is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the caen-felib module; if not, see https://www.gnu.org/licenses/.
The license applies to the caen-felib module source as a whole, though individual source files can have a different license which is required to be compatible with the GNU Lesser General Public Library, version 3.
Python API is described on the CAEN FELib library documentation, starting from CAEN FELib v1.2.3.
Requirements and documentation can be found at https://www.caen.it/products/caen-felib-library/.
For technical support, go to https://www.caen.it/mycaen/support/ (login and MyCAEN+ account required).