LJM Python
08/28/2015
support@labjack.com


The Python wrapper package, modules and examples for the cross-platform LJM
library.


Installation Requirements:

* Windows, Mac OS X, or Linux
* LJM library: http://labjack.com/support/ljm
* Python 2.5, 2.6, 2.7 and 3.x.
  

Installation:

After fulfilling the requirements, open a terminal/console and go to the
Python_LJM root directory. To install the LJM Python modules run the following
command (Leave off the sudo on Windows):

    $ sudo python setup.py install


Examples:

Example code can be found in the Examples directory.


Documentation:

LJM Python documentation can be found in the docstrings of the source code. The
source code files are located in the labjack/ljm directory.

Alternatively, after installation in Python you can use the help function on a
module for documentation. For example:

    $ python
    >>> import labjack.ljm
    >>> help(labjack.ljm.ljm)

LJM library documentation can be found in the LJM User's Guide:

    http://labjack.com/support/ljm/users-guide

T7 documentation can be found in the T7 datasheet:

    http://labjack.com/support/datasheets/t7


License:

All LJM Python modules and examples are licensed under MIT X11. The license can
be found in the LICENSE.TXT file.
