TESScience/MCUSBDAQ

Name: MCUSBDAQ

Owner: TESS

Description: Python module for controlling Measurement Computing USB Data Acquisition Cards

Created: 2016-01-05 19:59:01.0

Updated: 2016-03-08 17:44:06.0

Pushed: 2016-03-10 20:03:42.0

Homepage: null

Size: 46

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MCUSBDAQ

This module provides a library for interacting with the MCC USB-TEMP Temperature DAQ.

http://www.mccdaq.com/usb-data-acquisition/USB-TEMP-Series.aspx

Installation

For convenience, this package provides a testsuite which can be installed by typing at the prompt:

make install_testsuite

Alternatively, you can install this module with pip:

pip install git+https://github.com/TESScience/MCUSBDAQ.git

It is also necessary to place 99-mcc.rules in /etc/udev/rules.d ; see INSTALL for details.

Usage
temperature_monitor

To run the temperature_monitor script, type in this directory:

(make testsuite_reinstall ;
 source testsuite/venv/bin/activate ;
 temperature_monitor)

Alternatively, if you installed this module via pip you can just type:

temperature_monitor

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.