![]() |
Python API
|
The PLUX Python API brings to Python applications all the functionality of PLUX devices. The BaseDev class (or any of its derived classes) encapsulates a connection to a PLUX device. Each BaseDev-derived class provides methods to access the specific functionality of certain PLUX devices.
This API is not thread-safe since its methods cannot be called simultaneously by different threads. The only exception to this rule is the BaseDev.interrupt() method.
This API is implemented as a wrapper around the PLUX C++ API, with similar classes and methods, and it is delivered as a binary .pyd file compiled for Python 2.7 .