File: labjack.rst

package info (click to toggle)
psychopy 2020.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,056 kB
  • sloc: python: 119,649; javascript: 3,022; makefile: 148; sh: 125; xml: 9
file content (24 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _labjack:

labjacks (USB I/O devices)
=============================================

PsychoPy provides an interface to the labjack U3 class with a couple of minor
additions.

This is accessible by::

	from psychopy.hardware.labjacks import U3

Except for the additional `setdata` function the U3 class operates exactly as
that in the U3 library that labjack provides, documented here:

http://labjack.com/support/labjackpython

.. note::

	To use labjack devices you do need also to install the driver software
	described on the page above

.. autoclass:: psychopy.hardware.labjacks.U3
    :members: setData