Python API
Overview
Koheron Python let you control your instrument programmatically in Python.
Requirements
$ sudo apt-get install python-pip
$ pip install --upgrade koheron
$ pip install numpy
Usage
To send commands to the instrument in Python, the instrument requires:
- its Python driver in line with the instrument C++ driver;
- a Python application to connect to the instrument.