{ "info": { "author": "Pierre Clade", "author_email": "pierre.clade@spectro.jussieu.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Overview\n========\n \nThis package can be used to drive the Thorlabs MDT693A piezo controller.\n\nThis package has been tested on Windows and Linux.\n\n\nExample\n-------\n::\n\n from PyThorlabsMDT import PyThorlabsMDT\n pzt = PyThorlabsMDT.PZT_driver(port='COM2')\n pzt.x = 45 # set the x-axis to 45 V\n pzt.set_x(45) #equivalent to the command above \n print pzt.x # Display the value of the x-axis\n pzt.get_info() #Display the informations about the device\n\nInstallation\n============\n\nYou need first to check if the serial backends for Python (package pySerial)\n ===> http://pyserial.sourceforge.net/\n\n\nTo install PyThorlabsMDT, download the package and run the command::\n\n python setup.py install", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "MDT693A,Thorlabs,Piezo controller,3-axis", "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.", "maintainer": "", "maintainer_email": "", "name": "PyThorlabsMDT", "package_url": "https://pypi.org/project/PyThorlabsMDT/", "platform": "", "project_url": "https://pypi.org/project/PyThorlabsMDT/", "project_urls": null, "release_url": "https://pypi.org/project/PyThorlabsMDT/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Module to drive the Thorlabs MDT693A piezo controller", "version": "1.0.1" }, "last_serial": 5793331, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1548a0c0189673d0dfb5fb87aef6f3d9", "sha256": "1b5ab3eb2c542898cf5474d9aec5ed626f8a2bb358b46a467c5022b8eb41e59b" }, "downloads": -1, "filename": "PyThorlabsMDT-1.0.tar.gz", "has_sig": false, "md5_digest": "1548a0c0189673d0dfb5fb87aef6f3d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2675, "upload_time": "2012-01-10T11:33:47", "url": "https://files.pythonhosted.org/packages/82/02/f4a7367db230eb3069a730d2f0890bdc1deb95112187d381311460b84d9e/PyThorlabsMDT-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3916090f013db2240bddfcc63d91c490", "sha256": "82b387c5ed435aeafe4d78f61cd9c8a871e676d0066bab35076037100c44d1d3" }, "downloads": -1, "filename": "PyThorlabsMDT-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3916090f013db2240bddfcc63d91c490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2713, "upload_time": "2019-09-06T18:00:30", "url": "https://files.pythonhosted.org/packages/d5/28/fad89b78e3bf7216d20db1dfb6ed87229cc6d1d38f75cfb9cb185aa4cad1/PyThorlabsMDT-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3916090f013db2240bddfcc63d91c490", "sha256": "82b387c5ed435aeafe4d78f61cd9c8a871e676d0066bab35076037100c44d1d3" }, "downloads": -1, "filename": "PyThorlabsMDT-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3916090f013db2240bddfcc63d91c490", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2713, "upload_time": "2019-09-06T18:00:30", "url": "https://files.pythonhosted.org/packages/d5/28/fad89b78e3bf7216d20db1dfb6ed87229cc6d1d38f75cfb9cb185aa4cad1/PyThorlabsMDT-1.0.1.tar.gz" } ] }