This page only shows the answer to a single question.
If you are interested in our business processes, details about our hardware or other topics in the field of digital data acquisition, please also take a look at our FAQ page or our glossary.
current Subject:
Is it possible to use the cronologic DAQ boards with Python based software?
We provide a C API that may be used to receive a stream of timestamps in almost any programming language. Histogramming and other analysis of the timestamps can be programmed by the user in a few lines of code.
In principle, the use of Python based software is possible along with wrappers. Our customers write their own wrappers suitable for their particular application. For example, there is a Python wrapper for the HPTDC8.
Regardless of this, Python has an abstraction layer above C and will therefore always be slower than C, no matter how sophisticated your code is. Depending on the application, this may result in limitations.