labjack-ljm-python
labjack-ljm-python copied to clipboard
LJM library Python wrapper for LabJack T7 and T4.
Removing this try block enables LJM loading errors to be percolated up to the user and allows proper handling of them in a reasonable context. As of now, the program...
by defining the same `LJMError` class in the module where it is used, there exists a chicken/egg problem where the LJMError cannot be used to catch exception when importing LJM...
In `setup.py` in `CLASSIFIERS` please specify that python 3.12 is supported (if so). Given that there are no external package dependencies, there is nothing to update dependency-wise. There is no...
I am communicating with a T7 LabJack device. I want to simply read the state of a pin, but while doing so this triggers the state of said pin. In...
would be nice if labjack would also provide an example for DAC0/1, as this is not the case, I did one on my own. Published here as help for others...