{ "info": { "author": "Eero \"rambo\" af Heurlin", "author_email": "rambo@iki.fi", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3 :: Only" ], "description": "python-scpi\n===========\n\n**New [asyncio][asyncio] version. Only for Python 3.5 and above**\n\nSince all the other wrappers either require VISA binary or are not generic (and do not implement the device I need)\n\nBasic idea here is to make transport-independent command sender/parser and a device baseclass that implements the common SCPI commands\n\nA device specific implementation can then add the device-specific commands.\n\nPro tip for thos wishing to work on the code \n\n## Usage\n\n - Instatiate a transport (for GPIB you will need `GPIBDeviceTransport` to be able to use the device helper class)\n - Instatiate `SCPIProtocol` with the transport (optional, see below)\n - Instantiate `SCPIDevice` with the protocol (or as a shorthand: with the transport directly)\n - Use the asyncio eventloop to run the device methods (all of which are coroutines)\n\nOr if you're just playing around in the REPL use `AIOWrapper` to hide the eventloop handling\nfor traditional non-concurrent approach.\n\nSee for more.\n\n## TODO\n\n### Check Carrier-Detect for RS232 transport\n\nin the RS232 transport check getCD to make sure the device is present before doing anything.\nCTS can also be checked even if hw flow control is not in use.\n\nBasically wait for it for X seconds and abort if not found\n\n\n[asyncio]: https://docs.python.org/3/library/asyncio.html\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rambo/python-scpi", "keywords": "", "license": "GNU LGPL", "maintainer": "", "maintainer_email": "", "name": "scpi", "package_url": "https://pypi.org/project/scpi/", "platform": "", "project_url": "https://pypi.org/project/scpi/", "project_urls": { "Homepage": "https://github.com/rambo/python-scpi" }, "release_url": "https://pypi.org/project/scpi/2.1.0/", "requires_dist": [ "pyserial (==3.4)", "async-timeout (==3.0.0)" ], "requires_python": "", "summary": "Implement SCPI in pure Python", "version": "2.1.0" }, "last_serial": 4059925, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "f0738eb815ff18943aa7b76f7197edb1", "sha256": "37b03296afff8853d3feb2443e67d044dd93cfed39a6f6dafa6800adf27cdc26" }, "downloads": -1, "filename": "scpi-0.5.tar.gz", "has_sig": false, "md5_digest": "f0738eb815ff18943aa7b76f7197edb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4997, "upload_time": "2014-09-03T18:18:32", "url": "https://files.pythonhosted.org/packages/8b/85/3495b525c1aa1b1451ce620c71044d4d65dbff21f2b6e0e44132735e1c43/scpi-0.5.tar.gz" } ], "0.5.dev-20faf8c": [], "0.6.0": [ { "comment_text": "", "digests": { "md5": "f0e88595d045d0c11ed81f65e89772c2", "sha256": "08d1ab072dbc8777e16a0b69cd2d2850e586b47ff3133ae620c830f81cab24d2" }, "downloads": -1, "filename": "scpi-0.6.0.tar.gz", "has_sig": false, "md5_digest": "f0e88595d045d0c11ed81f65e89772c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5065, "upload_time": "2014-09-09T10:29:08", "url": "https://files.pythonhosted.org/packages/69/4e/b98276ef4118d1622800d0fa66d0faa6992b2a9a310a4afbb4b9f6c8e7ef/scpi-0.6.0.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "2e338bc6a0a28d9ebf653d0f49195e31", "sha256": "197caf8d1971c7ea412f4de37569ac001b6dae42f8c67ec3d997a2679c783595" }, "downloads": -1, "filename": "scpi-0.6.2.tar.gz", "has_sig": false, "md5_digest": "2e338bc6a0a28d9ebf653d0f49195e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5147, "upload_time": "2015-04-14T16:57:17", "url": "https://files.pythonhosted.org/packages/f7/97/9d60f095e9ec920b9b9a69d72a2abcd5e01a61544d16f42c23f6b808b229/scpi-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "dee530fe1a36fb17c8bbff66001e7e33", "sha256": "4731dc67143d52c10ebc1e9f7903392d55da9b1fd71b01c3ae236b1583f9767d" }, "downloads": -1, "filename": "scpi-0.6.3.tar.gz", "has_sig": false, "md5_digest": "dee530fe1a36fb17c8bbff66001e7e33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13068, "upload_time": "2015-04-14T17:08:46", "url": "https://files.pythonhosted.org/packages/86/43/a15b67c5322742bf9285c573cf3bfc616aab94ca2e3e0ce257bcecb0f6fc/scpi-0.6.3.tar.gz" } ], "0.6.4": [ { "comment_text": "", "digests": { "md5": "c10919095d184469eec9ea03e41997f2", "sha256": "f8193de9c3f4e8c4e21a22cd2a2cf15890b298f90ce4e2c5828063b1e5904d76" }, "downloads": -1, "filename": "scpi-0.6.4.tar.gz", "has_sig": false, "md5_digest": "c10919095d184469eec9ea03e41997f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7849, "upload_time": "2015-04-14T17:15:54", "url": "https://files.pythonhosted.org/packages/1c/c7/f43be8962070db8cad88e617fcd45590fe6b1ec906ea8c2121dbc9041496/scpi-0.6.4.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "0bebbecfa202911a7956a75cacbba321", "sha256": "1b8c848b402eb58d9b53f0b5cd7d9b5981b3fede3223c2a1187780be3c484ee1" }, "downloads": -1, "filename": "scpi-0.6.5.tar.gz", "has_sig": false, "md5_digest": "0bebbecfa202911a7956a75cacbba321", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7865, "upload_time": "2015-04-18T11:34:31", "url": "https://files.pythonhosted.org/packages/2a/26/ca12e3b96af8322c9b32a9312a76f75c4067683003d885f0c14daf312406/scpi-0.6.5.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "0e5ccaeeaa9c93ad5a550dccc021fdaa", "sha256": "98b33b4266e7ac20d3714a1e47c87c2a665229f7514953376f5183afa0fe7211" }, "downloads": -1, "filename": "scpi-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0e5ccaeeaa9c93ad5a550dccc021fdaa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9279, "upload_time": "2018-07-11T20:07:26", "url": "https://files.pythonhosted.org/packages/b2/22/25f0de62cded439c977d1638a1f1f159e7e9ad96f7c06deb80b61a063391/scpi-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fcbbd9ce461a0b2f9106df62a6c155a2", "sha256": "89e02c3318e9bafecd8a7f6da369bc13a9602b8878034897bc247be23d3f7a6b" }, "downloads": -1, "filename": "scpi-2.0.0.tar.gz", "has_sig": false, "md5_digest": "fcbbd9ce461a0b2f9106df62a6c155a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7968, "upload_time": "2018-07-11T20:07:27", "url": "https://files.pythonhosted.org/packages/f9/6f/9b60bd9a91ac58773809b4baf8e4171aa42d6d3da1b7a6d5e49d54d56d75/scpi-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "225528ee241565432f95b8988107981d", "sha256": "b9cd07443b7d77bf8ef6beb1439d77c314068a44a3f99f84ea86cc674b81a7b1" }, "downloads": -1, "filename": "scpi-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "225528ee241565432f95b8988107981d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15475, "upload_time": "2018-07-13T21:50:27", "url": "https://files.pythonhosted.org/packages/e8/37/71320aa700524e2b3bfa1188c0f09d5d3a3aaaf467e37b7750e5067b5d82/scpi-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f42f5629f2d077f188ec103b7475b511", "sha256": "c236a9325aedac81cd08027eb18485c2c8448162f3a4dffb93196615914d2055" }, "downloads": -1, "filename": "scpi-2.1.0.tar.gz", "has_sig": false, "md5_digest": "f42f5629f2d077f188ec103b7475b511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12144, "upload_time": "2018-07-13T21:50:28", "url": "https://files.pythonhosted.org/packages/39/bb/a7b9b5ab2409d5110f64869a2d38f4bb204a29e904067fb64159fe2ed272/scpi-2.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "225528ee241565432f95b8988107981d", "sha256": "b9cd07443b7d77bf8ef6beb1439d77c314068a44a3f99f84ea86cc674b81a7b1" }, "downloads": -1, "filename": "scpi-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "225528ee241565432f95b8988107981d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15475, "upload_time": "2018-07-13T21:50:27", "url": "https://files.pythonhosted.org/packages/e8/37/71320aa700524e2b3bfa1188c0f09d5d3a3aaaf467e37b7750e5067b5d82/scpi-2.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f42f5629f2d077f188ec103b7475b511", "sha256": "c236a9325aedac81cd08027eb18485c2c8448162f3a4dffb93196615914d2055" }, "downloads": -1, "filename": "scpi-2.1.0.tar.gz", "has_sig": false, "md5_digest": "f42f5629f2d077f188ec103b7475b511", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12144, "upload_time": "2018-07-13T21:50:28", "url": "https://files.pythonhosted.org/packages/39/bb/a7b9b5ab2409d5110f64869a2d38f4bb204a29e904067fb64159fe2ed272/scpi-2.1.0.tar.gz" } ] }