Metadata-Version: 1.1
Name: PyThorlabsMDT
Version: 1.0
Summary: Module to drive the Thorlabs MDT693A piezo controller
Home-page: http://packages.python.org/PyThorlabsMDT/
Author: Pierre Clade
Author-email: pierre.clade@spectro.jussieu.fr
License: This software can be used under one of the following two licenses: (1) The BSD license. (2) Any other license, as long as it is obtained from the original author.
Description: Overview
        ========
              
        This package can be used to drive the Thorlabs MDT693A piezo controller.
        
        This package has been tested on  Windows and Linux.
        
        
        Example
        -------
        ::
        
            import PyThorlabsMDT
            pzt = PyThorlabsMDT.PZT_driver'port='COM2'
            pzt.x = 45 # set the x-axis to 45 V
            pzt.set_x(45) #equivalent to the command above 
            print pzt.x # Display the value of the x-axis
            pzt.get_info() #Display the informations about the device
        
        Installation
        ============
        
        You need first to check if the serial backends for Python (package pySerial)
            ===>  http://pyserial.sourceforge.net/
        
        
        To install PyThorlabsMDT, download the package and run the command::
        
            python setup.py install
        
        
        
Keywords: MDT693A,Thorlabs,Piezo controller,3-axis
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: s
Requires: e
Requires: r
Requires: i
Requires: a
Requires: l
