Python for U12 - Windows, Mac, Linux
Our LabJackPython module works with the U12, and as of May 2010 it works on Windows, Linux, and Mac OS X.
Use it like this:
>>> import u12
>>> d = u12.U12()
>>> d.eAnalogIn(0)
{'overVoltage': 0, 'idnum': 12, 'voltage': 1.4599609375}
For more U12 examples visit the Low-Level Function Reference section of the U12 User’s Guide.