Skip to content

Python Low Level API

Dmitry Romanov edited this page Nov 20, 2015 · 12 revisions

Low Level Python API

The example is at $CCDB_HOME/python/example_llapi_readout.py

The data model (where you can see class fields and read comments) is at $CCDB_HOME/python/ccdb/model.py

The API functions are collected in provider class. You can see them here: $CCDB_HOME/python/ccdb/provider.py

(Links follow to GitHub pages of the files)

Clone this wiki locally