{ "info": { "author": "Lukas Sandstr\u00f6m", "author_email": "lukas.sandstrom@rohde-schwarz.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries" ], "description": "========================================================\r\nRSSscpi - Instrument (VNA) control in a pythonic fashion\r\n========================================================\r\n\r\n\r\n\r\nThe purpose of this Python library is to provide a nice way of writing measurement instrument remote control programs\r\nin Python. This is acheived mainly by converting all SCPI commands to equivalent Python classes, so that no text strings\r\nwith SCPI commands have to be entered by the programmer. This will hopefully reduce bugs in the code, and increase\r\nprogrammer productivity.\r\n\r\nMain features\r\n-------------\r\n* Complete SCPI command class heirarchy; automatically generated from extracted command lists\r\n* Each SCPI command class has a docstring with links to the relevant online manual page\r\n* py.test regression testsuite\r\n* Helper classes to wrap the more unveildly SCPI commands\r\n\r\nTo use this library you need pyvisa, and a suitable VISA backend.\r\n\r\nSee ``examples/`` for inspirational usage.\r\n\r\nPlease report bugs to lukas.sandstrom@rohde-schwarz.com, or at https://github.com/luksan/RSSscpi\r\n\r\n\r\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/luksan/RSSscpi", "keywords": "instrument control SCPI VISA VNA", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "RSSscpi", "package_url": "https://pypi.org/project/RSSscpi/", "platform": "", "project_url": "https://pypi.org/project/RSSscpi/", "project_urls": { "Homepage": "http://github.com/luksan/RSSscpi" }, "release_url": "https://pypi.org/project/RSSscpi/0.1.0.dev1/", "requires_dist": [ "PyVISA (>=1.8)", "enum34", "beautifulsoup4 (>=4.5.1); extra == 'dev'", "numpy (>=1.11.2); extra == 'dev'", "pytest (>=3.07); extra == 'dev'" ], "requires_python": "", "summary": "A package for controlling SCPI based instruments in a pythonic way.", "version": "0.1.0.dev1" }, "last_serial": 2876071, "releases": { "0.1.0.dev1": [ { "comment_text": "", "digests": { "md5": "a9b3f909edec33c1c6cafef1c1d0a08e", "sha256": "8da13e102ab753b54155266bd9c47e405b96945d88011c4694c0441a543584bc" }, "downloads": -1, "filename": "RSSscpi-0.1.0.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9b3f909edec33c1c6cafef1c1d0a08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 187159, "upload_time": "2017-05-15T17:55:40", "url": "https://files.pythonhosted.org/packages/f1/41/964cff004cee1464f8f45c427d85f1699e0bbe04d67474aab81dee413547/RSSscpi-0.1.0.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc23fec0a806a1d0ec47894c72d23d65", "sha256": "2828cb6bb811a2aa469f4c743468b141e94433620d8758c7ce37f792cd598f95" }, "downloads": -1, "filename": "RSSscpi-0.1.0.dev1.tar.gz", "has_sig": false, "md5_digest": "dc23fec0a806a1d0ec47894c72d23d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191149, "upload_time": "2017-05-15T17:55:42", "url": "https://files.pythonhosted.org/packages/4b/95/f060dd1afc4bc84e4e4a8702c90f73ce7c45a022abb26f30f08e9bbbf641/RSSscpi-0.1.0.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9b3f909edec33c1c6cafef1c1d0a08e", "sha256": "8da13e102ab753b54155266bd9c47e405b96945d88011c4694c0441a543584bc" }, "downloads": -1, "filename": "RSSscpi-0.1.0.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a9b3f909edec33c1c6cafef1c1d0a08e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 187159, "upload_time": "2017-05-15T17:55:40", "url": "https://files.pythonhosted.org/packages/f1/41/964cff004cee1464f8f45c427d85f1699e0bbe04d67474aab81dee413547/RSSscpi-0.1.0.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dc23fec0a806a1d0ec47894c72d23d65", "sha256": "2828cb6bb811a2aa469f4c743468b141e94433620d8758c7ce37f792cd598f95" }, "downloads": -1, "filename": "RSSscpi-0.1.0.dev1.tar.gz", "has_sig": false, "md5_digest": "dc23fec0a806a1d0ec47894c72d23d65", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191149, "upload_time": "2017-05-15T17:55:42", "url": "https://files.pythonhosted.org/packages/4b/95/f060dd1afc4bc84e4e4a8702c90f73ce7c45a022abb26f30f08e9bbbf641/RSSscpi-0.1.0.dev1.tar.gz" } ] }