Python port of the Measurement Computing DAQFlex framework
Project description
Introduction
The PyDAQFlex module is a pure Python implementation of Measurement Computing’s DAQFlex command framework (http://www.mccdaq.com/daq-software/DAQFlex.aspx) for USB data acquisition devices. It uses PyUSB 1.0 as a backend for USB access and is therefore usable on all operating systems supported by PyUSB. PyUSB is currently tested on Windows and Linux, but should also work on OS X and OpenBSD using libusbx.
Installation
The easiest way of installation is through setuptools. On GNU/Linux based systems:
$ sudo easy_install pydaqflex
or on Windows:
easy_install pydaqflex
It will automatically install the required dependencies like PyUSB and the latest release version of PyDAQFlex from PyPi.
Alternatively, PyDAQFlex can be installed manually using the standard distutils procedure:
python setup.py install
For installation of PyUSB 1.0 see https://github.com/walac/pyusb
The latest version of libusb (recommended for PyUSB) can be found at http://libusbx.org/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pydaqflex-0.2.1_1_g3344-py2.7.egg
.
File metadata
- Download URL: pydaqflex-0.2.1_1_g3344-py2.7.egg
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5107cf711b0f89e15769b6816a6daf7611642d47553342568018208d9c3568d6 |
|
MD5 | 694e4bb7b1724f690d1b9d1e15706f4c |
|
BLAKE2b-256 | 6a239a36658577b8ee02faf42efe1d98b766528a958844b2a605dd3f904ea7d2 |