Skip to content

Instantly share code, notes, and snippets.

@labjack
labjack / u3-feedback-AIN.txt
Created June 21, 2010 22:00
LabJackPython docstrings
Analog Input Feedback command
specify the positive and negative channels to use
(0-16, 30 and 31 are possible)
also specify whether to turn on longSettle or quick Sample
returns 16-bit signed int sample
>>> import u3
>>> d = u3.U3()