{ "info": { "author": "Pierre Clad\u00e9", "author_email": "pierre.clade@spectro.jussieu.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Other Audience", "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 a Verdi laser using RS232\n\n\nInstallation\n============\n\n- You need to connect the verdi laser to the computer using a RS232 port or a USB to RS232 converter. \n- Identify the serial port on which the laser is connected ('COM..' on windows, '/dev/...' on linux).\n- You need to have the pyserial package installed.\n\nUsage\n=====\n\n::\n\n from PyCoherentVerdi import VerdiDriver\n verdi = VerdiDriver(port='COM7')\n print verdi.power # print the measured power\n print verdi.set_power # print the set power\n verdi.set_power = 15.6 # set the power to 15.6 watts\n\n verdi.list_cmd(['power', 'baseplate_temperature']) # Returns a dictionary with the values of the parameters in the list\n verdi.read_all_parameters() # Returns a dictionary with the values of all the parameters\n\nContact\n=======\n\nPlease send bug reports or feedback to `Pierre Clade`_.\n\nVersion history\n===============\nMain changes:\n\n* 0.2 Initial relase\n\n\n.. _Pierre Clade: mailto:pierre.clade@spectro.jussieu.fr", "description_content_type": null, "docs_url": "https://pythonhosted.org/PyCoherentVerdi/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "Coherent,Verdi", "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": null, "maintainer_email": null, "name": "PyCoherentVerdi", "package_url": "https://pypi.org/project/PyCoherentVerdi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PyCoherentVerdi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/PyCoherentVerdi/0.2/", "requires_dist": null, "requires_python": null, "summary": "Interface to the Verdi laser", "version": "0.2" }, "last_serial": 1058055, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "4013cecebc9edf1381f7291853f3fbbe", "sha256": "37437c00777231281748c41577fe442dfc0347e5f2647f4ba117fb668fd9c48f" }, "downloads": -1, "filename": "PyCoherentVerdi-0.2.tar.gz", "has_sig": false, "md5_digest": "4013cecebc9edf1381f7291853f3fbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5278, "upload_time": "2012-10-23T14:51:47", "url": "https://files.pythonhosted.org/packages/30/0c/70364a14f6d986fe210c7fcba48228f1fcc3c435d01e82781e7a50251549/PyCoherentVerdi-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4013cecebc9edf1381f7291853f3fbbe", "sha256": "37437c00777231281748c41577fe442dfc0347e5f2647f4ba117fb668fd9c48f" }, "downloads": -1, "filename": "PyCoherentVerdi-0.2.tar.gz", "has_sig": false, "md5_digest": "4013cecebc9edf1381f7291853f3fbbe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5278, "upload_time": "2012-10-23T14:51:47", "url": "https://files.pythonhosted.org/packages/30/0c/70364a14f6d986fe210c7fcba48228f1fcc3c435d01e82781e7a50251549/PyCoherentVerdi-0.2.tar.gz" } ] }