RsMxo


NameRsMxo JSON
Version 2.6.1 PyPI version JSON
download
home_pageNone
SummaryMXO Seriers Digital Oscilloscopes Driver Remote-control module
upload_time2025-07-31 10:48:01
maintainerRohde & Schwarz GmbH & Co. KG
docs_urlNone
authorRohde & Schwarz GmbH & Co. KG
requires_python>=3.8
licenseNone
keywords mxo mxo4 mxo5 mxo44 mxo58
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
 RsMxo
==================================

.. image:: https://img.shields.io/pypi/v/RsMxo.svg
   :target: https://pypi.org/project/ RsMxo/

.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
   :target: https://RsMxo.readthedocs.io/

.. image:: https://img.shields.io/pypi/l/RsMxo.svg
   :target: https://pypi.python.org/pypi/RsMxo/

.. image:: https://img.shields.io/pypi/pyversions/pybadges.svg
   :target: https://img.shields.io/pypi/pyversions/pybadges.svg

.. image:: https://img.shields.io/pypi/dm/RsMxo.svg
   :target: https://pypi.python.org/pypi/RsMxo/

Rohde & Schwarz MXO Seriers Digital Oscilloscopes Driver RsMxo instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsMxo import *

    instr = RsMxo('TCPIP::192.168.56.101::hislip0', reset=True)
    idn = instr.query_str('*IDN?')
    print('Hello, I am: ' + idn)

Supported instruments: MXO44,MXO58,MXO58C

The package is hosted here: https://pypi.org/project/RsMxo/

Documentation: https://RsMxo.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/


Version history
----------------

	Latest release notes summary: Fixed bug, where arguments or return values were wrongly scalar instead of lists.

	Version 2.6.1
		- Fixed bug, where arguments or return values were wrongly scalar instead of lists.

	Version 2.6.0
		- First released version

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RsMxo",
    "maintainer": "Rohde & Schwarz GmbH & Co. KG",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "MXO, MXO4, MXO5, MXO44, MXO58",
    "author": "Rohde & Schwarz GmbH & Co. KG",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/bb/30/2ba7ee8ef6f0ce852f53d4b7e19ee96ce8d6e1537f76ca96f1d8b9789f9c/rsmxo-2.6.1.tar.gz",
    "platform": null,
    "description": "==================================\r\n RsMxo\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsMxo.svg\r\n   :target: https://pypi.org/project/ RsMxo/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n   :target: https://RsMxo.readthedocs.io/\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsMxo.svg\r\n   :target: https://pypi.python.org/pypi/RsMxo/\r\n\r\n.. image:: https://img.shields.io/pypi/pyversions/pybadges.svg\r\n   :target: https://img.shields.io/pypi/pyversions/pybadges.svg\r\n\r\n.. image:: https://img.shields.io/pypi/dm/RsMxo.svg\r\n   :target: https://pypi.python.org/pypi/RsMxo/\r\n\r\nRohde & Schwarz MXO Seriers Digital Oscilloscopes Driver RsMxo instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n    from RsMxo import *\r\n\r\n    instr = RsMxo('TCPIP::192.168.56.101::hislip0', reset=True)\r\n    idn = instr.query_str('*IDN?')\r\n    print('Hello, I am: ' + idn)\r\n\r\nSupported instruments: MXO44,MXO58,MXO58C\r\n\r\nThe package is hosted here: https://pypi.org/project/RsMxo/\r\n\r\nDocumentation: https://RsMxo.readthedocs.io/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/\r\n\r\n\r\nVersion history\r\n----------------\r\n\r\n\tLatest release notes summary: Fixed bug, where arguments or return values were wrongly scalar instead of lists.\r\n\r\n\tVersion 2.6.1\r\n\t\t- Fixed bug, where arguments or return values were wrongly scalar instead of lists.\r\n\r\n\tVersion 2.6.0\r\n\t\t- First released version\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "MXO Seriers Digital Oscilloscopes Driver Remote-control module",
    "version": "2.6.1",
    "project_urls": {
        "Documentation": "https://RsMxo.readthedocs.io/",
        "Examples": "https://github.com/Rohde-Schwarz/Examples/"
    },
    "split_keywords": [
        "mxo",
        " mxo4",
        " mxo5",
        " mxo44",
        " mxo58"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1797b4943eab3f4aee70cabc572da6f8797e97b8eacbd68dd07cbe7a31cb588d",
                "md5": "ddffedca5dbb61370302555b4431e6df",
                "sha256": "a5e1735d935b9babe1f947d603fa17293b223971a77c9b7d63c62d37bf195fdc"
            },
            "downloads": -1,
            "filename": "rsmxo-2.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ddffedca5dbb61370302555b4431e6df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3017924,
            "upload_time": "2025-07-31T10:48:05",
            "upload_time_iso_8601": "2025-07-31T10:48:05.878976Z",
            "url": "https://files.pythonhosted.org/packages/17/97/b4943eab3f4aee70cabc572da6f8797e97b8eacbd68dd07cbe7a31cb588d/rsmxo-2.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb302ba7ee8ef6f0ce852f53d4b7e19ee96ce8d6e1537f76ca96f1d8b9789f9c",
                "md5": "ae3c8309a9f383bcaf2134331fd2f49a",
                "sha256": "2c6cb7500d1f768a6f7135fd01378713ab95207f4098bb9a0f6444ba6bf67b9a"
            },
            "downloads": -1,
            "filename": "rsmxo-2.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ae3c8309a9f383bcaf2134331fd2f49a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 787071,
            "upload_time": "2025-07-31T10:48:01",
            "upload_time_iso_8601": "2025-07-31T10:48:01.747711Z",
            "url": "https://files.pythonhosted.org/packages/bb/30/2ba7ee8ef6f0ce852f53d4b7e19ee96ce8d6e1537f76ca96f1d8b9789f9c/rsmxo-2.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 10:48:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Rohde-Schwarz",
    "github_project": "Examples",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rsmxo"
}
        
Elapsed time: 0.79872s