visa-instrument-drivers


Namevisa-instrument-drivers JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryTiny, pragmatic VISA instrument drivers on top of PyVISA.
upload_time2025-08-31 02:24:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords pyvisa scpi visa automation instruments rigol
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # visa-instrument-drivers

Tiny, pragmatic VISA instrument drivers built on PyVISA.

```python
from visa_instrument_drivers import RigolDP800

psu = RigolDP800("DP832A")
psu.connect("TCPIP::192.168.0.107::INSTR")
psu.write_source_voltage(13.5)          # CH1
print(psu.read_source_voltage())        # 13.5 (setpoint)
psu.disconnect()
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "visa-instrument-drivers",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "PyVISA, SCPI, VISA, automation, instruments, rigol",
    "author": null,
    "author_email": "Your Name <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/ec/6c/c5a83941fe480686788181b353784610db08705709a155546fab10ac9a13/visa_instrument_drivers-0.1.0.tar.gz",
    "platform": null,
    "description": "# visa-instrument-drivers\n\nTiny, pragmatic VISA instrument drivers built on PyVISA.\n\n```python\nfrom visa_instrument_drivers import RigolDP800\n\npsu = RigolDP800(\"DP832A\")\npsu.connect(\"TCPIP::192.168.0.107::INSTR\")\npsu.write_source_voltage(13.5)          # CH1\nprint(psu.read_source_voltage())        # 13.5 (setpoint)\npsu.disconnect()",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tiny, pragmatic VISA instrument drivers on top of PyVISA.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourname/visa-instrument-drivers",
        "Issues": "https://github.com/yourname/visa-instrument-drivers/issues"
    },
    "split_keywords": [
        "pyvisa",
        " scpi",
        " visa",
        " automation",
        " instruments",
        " rigol"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79e5a0de79f11f30176e925fa9da8715d17d97ccda6a5e125e66aab9a72e9eb5",
                "md5": "62cc5173acf977aa59ae32c7cae0faf0",
                "sha256": "f00120fd31d59b8878cab362a2225ff58510491b8fd0794e2573ccbd1f1e1a4d"
            },
            "downloads": -1,
            "filename": "visa_instrument_drivers-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62cc5173acf977aa59ae32c7cae0faf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3340,
            "upload_time": "2025-08-31T02:24:37",
            "upload_time_iso_8601": "2025-08-31T02:24:37.666473Z",
            "url": "https://files.pythonhosted.org/packages/79/e5/a0de79f11f30176e925fa9da8715d17d97ccda6a5e125e66aab9a72e9eb5/visa_instrument_drivers-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec6cc5a83941fe480686788181b353784610db08705709a155546fab10ac9a13",
                "md5": "ed0d6c93abee4738768aa0c87403fe69",
                "sha256": "655a17d3694770edefab1dc551c7d02c612a400dc6b3b8eec9f609206cb45c3e"
            },
            "downloads": -1,
            "filename": "visa_instrument_drivers-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ed0d6c93abee4738768aa0c87403fe69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2192,
            "upload_time": "2025-08-31T02:24:43",
            "upload_time_iso_8601": "2025-08-31T02:24:43.986513Z",
            "url": "https://files.pythonhosted.org/packages/ec/6c/c5a83941fe480686788181b353784610db08705709a155546fab10ac9a13/visa_instrument_drivers-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-31 02:24:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourname",
    "github_project": "visa-instrument-drivers",
    "github_not_found": true,
    "lcname": "visa-instrument-drivers"
}
        
Elapsed time: 0.99567s