{ "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 record data from a Tektronix scope. \n\n\nInstallation\n============\n\nYou need first to install the `PyVISA`_ package. \nTo install PyTektronixScope, download the package and run the command:: \n\n python setup.py install\n\nYou can also directly move the PyTektronixScope directory to a location\nthat Python can import from (directory in which scripts \nusing PyDAQmx are run, etc.)\n\nSources can also be download on the `PyTektronixScope github repository`_. \n\nUsage\n=====\n\nTypical usage::\n\n from PyTektronixScope import PyTektronixScope\n\n scope = TektronixScope(instrument_resource_name)\n X,Y = scope.read_data_one_channel('CH2', t0 = 0, DeltaT = 1E-6, x_axis_out=True)\n\nContact\n=======\n\nPlease send bug reports or feedback to `Pierre Clade`_.\n\nVersion history\n===============\nMain changes:\n\n* 0.1 Initial relase\n* 0.2 Update to new version of visa\n\n.. _Pierre Clade: mailto:pierre.clade@spectro.jussieu.fr\n.. _PyTektronixScope github repository: https://github.com/clade/PyTektronixScope\n.. _PyVISA: http://pyvisa.sourceforge.net/\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/clade/PyTektronixScope", "keywords": "Tektronix", "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": "PyTektronixScope", "package_url": "https://pypi.org/project/PyTektronixScope/", "platform": "", "project_url": "https://pypi.org/project/PyTektronixScope/", "project_urls": { "Homepage": "https://github.com/clade/PyTektronixScope" }, "release_url": "https://pypi.org/project/PyTektronixScope/0.2/", "requires_dist": null, "requires_python": "", "summary": "Interface to Tektronix Scope", "version": "0.2" }, "last_serial": 2756913, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "508a17460a0d6370a031ecaa623b345d", "sha256": "d2da76f7adbd6520719b56f93e123ea2ccf3abf6aab3af3b2c84b09f0b3408c5" }, "downloads": -1, "filename": "PyTektronixScope-0.1.tar.gz", "has_sig": false, "md5_digest": "508a17460a0d6370a031ecaa623b345d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5773, "upload_time": "2011-10-21T17:00:32", "url": "https://files.pythonhosted.org/packages/a1/64/99c1a780518e1cf47ac42c0f828b8124dd01bf0ff861085158e0a200e8a0/PyTektronixScope-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ce2113aec11730ea6160607248fbcc41", "sha256": "3544f4cee2e13f9d7cbbe7269612a4cff22dd3b9d8c0f978ca84bf443d71789e" }, "downloads": -1, "filename": "PyTektronixScope-0.2.tar.gz", "has_sig": false, "md5_digest": "ce2113aec11730ea6160607248fbcc41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12612, "upload_time": "2017-04-06T07:12:53", "url": "https://files.pythonhosted.org/packages/c4/a4/c958513b1812d6dd0c519d192dcf0611b01e9246e2681bd9a8bbd6380fc2/PyTektronixScope-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce2113aec11730ea6160607248fbcc41", "sha256": "3544f4cee2e13f9d7cbbe7269612a4cff22dd3b9d8c0f978ca84bf443d71789e" }, "downloads": -1, "filename": "PyTektronixScope-0.2.tar.gz", "has_sig": false, "md5_digest": "ce2113aec11730ea6160607248fbcc41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12612, "upload_time": "2017-04-06T07:12:53", "url": "https://files.pythonhosted.org/packages/c4/a4/c958513b1812d6dd0c519d192dcf0611b01e9246e2681bd9a8bbd6380fc2/PyTektronixScope-0.2.tar.gz" } ] }