Metadata-Version: 2.1
Name: magicdaq
Version: 1.5.0
Summary: Python API for MagicDAQ Data Acquisition and Test Automation Device
Home-page: https://www.magicdaq.com/
Author: MagicDAQ Support
Author-email: support@magicdaq.com
License: UNKNOWN
Description: [MagicDAQ](https://www.magicdaq.com/) is a data acquisition and test automation device (USB DAQ) powered by an easy to use [Python API](https://magicdaq.github.io/magicdaq_docs/).
        
        MagicDAQ Key Features:
        
        * 8 Analog inputs, 14 bit resolution, 48 KS/s maximum measurement frequency, -/+ 10V input voltage range
        * 8 Digital inputs / outputs, 0 to 5V range
        * 2 Analog outputs / PWM outputs / sine wave outputs, 0 to 5V range
        * 1 Pulse counter / PWM output, 0 to 3.3V range 
        * USB Powered
        * Well documented [Python API](https://magicdaq.github.io/magicdaq_docs/) contains code examples for all functions.
        
        MagicDAQ Hardware Docs:
        
        All hardware documentation can be found at [MagicDAQ.com](https://www.magicdaq.com/product/magic-daq/)
        
        * [Data Sheet](https://www.magicdaq.com/mdaq300datasheet/)
        * [3D Model (.stp)](https://www.magicdaq.com/mdaq300model/)
        * [Mechanical Drawing](https://www.magicdaq.com/mdaq300mechdrw/)
        
        ### Getting Started with MagicDAQ
        
        You can [install MagicDAQ](https://magicdaq.github.io/magicdaq_docs/#/Install_MagicDAQ) using pip:
        ```
        python -m pip install magicdaq
        ```
        
        Full API documentation and code examples:
        
        * [MagicDAQ API Docs](https://magicdaq.github.io/magicdaq_docs/)
        
        ### Measurement & Automation Board Overview
        
        An extensive set of hardware testing capabilities can be accessed by connecting the MagicDAQ to the [M&A Board](https://www.magicdaq.com/product/ma-board-full-kit/). The M&A Board can be used in conjunction with the MagicDAQ, an alternative USB DAQ, or can be used stand alone.
        
        M&A Board Key Features:
        
        * 3 Current measurement circuits, 5A maximum
        * 1 Low current measurement circuit, measures uAs
        * 4 Temperature measurement probes, -55C to 125C range
        * 4 Switching relays, 10A maximum switching capacity
        * 1 Variable voltage power output, 1V to 10V range, 2A maximum current output
        * 2 Fixed voltage power outputs: 3.3V and 12V
        
        M&A Board Hardware Docs:
        
        All hardware documentation can be found at [MagicDAQ.com](https://www.magicdaq.com/product/ma-board-full-kit/)
        
        * [Data Sheet](https://www.magicdaq.com/mdaq350datasheet/)
        * [3D Model (.stp)](https://www.magicdaq.com/mdaq350model/)
        * [Mechanical Drawing](https://www.magicdaq.com/mdaq350mechdrw/)
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows 
Requires-Python: >=3.0
Description-Content-Type: text/markdown
