RsCMPX-Gprf


NameRsCMPX-Gprf JSON
Version 5.0.92 PyPI version JSON
download
home_pageNone
SummaryCMX/CMP/PVT Global Purpose RF Remote-control module
upload_time2024-05-24 14:34:45
maintainerNone
docs_urlNone
authorRohde & Schwarz GmbH & Co. KG
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
 RsCMPX_Gprf
==================================

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

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

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

.. 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/RsCMPX_Gprf.svg
   :target: https://pypi.python.org/pypi/RsCMPX_Gprf/

Rohde & Schwarz CMX/CMP/PVT Global Purpose RF RsCMPX_Gprf instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCMPX_Gprf import *

    instr = RsCMPX_Gprf('TCPIP::192.168.2.101::hislip0')
    idn = instr.query('*IDN?')
    print('Hello, I am: ' + idn)

Supported instruments: CMX500, CMP200, CMP180, PVT360

The package is hosted here: https://pypi.org/project/RsCMPX-Gprf/

Documentation: https://RsCMPX-Gprf.readthedocs.io/

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


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

	Latest release notes summary: New Core 1.80.0 with loosened data type assertions for lists

	Version 5.0.92
		- New Core 1.80.0 with loosened data type assertions for lists
		- Corrected parameter for TRIGger:GPRF:GENerator<i>:SEQuencer:ISMeas:SOURce to scalar string

	Version 5.0.91
		- Added missing measurement SCPI from MMI sub-system

	Version 5.0.90
		- Update for CMP FW 5.0.90

	Version 5.0.20
		- Update for CMP200 5.0.20

	Version 4.0.172
		- Fixed documentation

	Version 4.0.171
		- Updated MMI commands for the FW 4.0.170

	Version 4.0.170
		- Fixed documentation

	Version 4.0.140
		- Update of RsCMPX_Gprf to FW 4.0.140 from the complete FW package 7.10.0

	Version 4.0.110
		- Fixed generation of specific interfaces, new core

	Version 4.0.20
		- Update for the FW verision 4.0.20

	Version 4.0.12
		- First released version
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RsCMPX-Gprf",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rohde & Schwarz GmbH & Co. KG",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/29/8d/be907cd6584bc14e81ba339603d7bf0ed5459296b8684fb40d7580b4d8c7/RsCMPX_Gprf-5.0.92.tar.gz",
    "platform": null,
    "description": "==================================\n RsCMPX_Gprf\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsCMPX_Gprf.svg\n   :target: https://pypi.org/project/ RsCMPX_Gprf/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n   :target: https://RsCMPX_Gprf.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsCMPX_Gprf.svg\n   :target: https://pypi.python.org/pypi/RsCMPX_Gprf/\n\n.. image:: https://img.shields.io/pypi/pyversions/pybadges.svg\n   :target: https://img.shields.io/pypi/pyversions/pybadges.svg\n\n.. image:: https://img.shields.io/pypi/dm/RsCMPX_Gprf.svg\n   :target: https://pypi.python.org/pypi/RsCMPX_Gprf/\n\nRohde & Schwarz CMX/CMP/PVT Global Purpose RF RsCMPX_Gprf instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n    from RsCMPX_Gprf import *\n\n    instr = RsCMPX_Gprf('TCPIP::192.168.2.101::hislip0')\n    idn = instr.query('*IDN?')\n    print('Hello, I am: ' + idn)\n\nSupported instruments: CMX500, CMP200, CMP180, PVT360\n\nThe package is hosted here: https://pypi.org/project/RsCMPX-Gprf/\n\nDocumentation: https://RsCMPX-Gprf.readthedocs.io/\n\nExamples: https://github.com/Rohde-Schwarz/Examples/\n\n\nVersion history\n----------------\n\n\tLatest release notes summary: New Core 1.80.0 with loosened data type assertions for lists\n\n\tVersion 5.0.92\n\t\t- New Core 1.80.0 with loosened data type assertions for lists\n\t\t- Corrected parameter for TRIGger:GPRF:GENerator<i>:SEQuencer:ISMeas:SOURce to scalar string\n\n\tVersion 5.0.91\n\t\t- Added missing measurement SCPI from MMI sub-system\n\n\tVersion 5.0.90\n\t\t- Update for CMP FW 5.0.90\n\n\tVersion 5.0.20\n\t\t- Update for CMP200 5.0.20\n\n\tVersion 4.0.172\n\t\t- Fixed documentation\n\n\tVersion 4.0.171\n\t\t- Updated MMI commands for the FW 4.0.170\n\n\tVersion 4.0.170\n\t\t- Fixed documentation\n\n\tVersion 4.0.140\n\t\t- Update of RsCMPX_Gprf to FW 4.0.140 from the complete FW package 7.10.0\n\n\tVersion 4.0.110\n\t\t- Fixed generation of specific interfaces, new core\n\n\tVersion 4.0.20\n\t\t- Update for the FW verision 4.0.20\n\n\tVersion 4.0.12\n\t\t- First released version",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CMX/CMP/PVT Global Purpose RF Remote-control module",
    "version": "5.0.92",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4269ad00932a67a47a1adf258db54de319db8c5442b45877aa8f47ce5f4db764",
                "md5": "d3280c56c4e86b5297444d855a7ffae3",
                "sha256": "7f9cbcf4e7d18de9918641d0a17bda1ba52de0d80a31a31ac7f44b5b0a9cc0f2"
            },
            "downloads": -1,
            "filename": "RsCMPX_Gprf-5.0.92-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d3280c56c4e86b5297444d855a7ffae3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 809738,
            "upload_time": "2024-05-24T14:34:50",
            "upload_time_iso_8601": "2024-05-24T14:34:50.215218Z",
            "url": "https://files.pythonhosted.org/packages/42/69/ad00932a67a47a1adf258db54de319db8c5442b45877aa8f47ce5f4db764/RsCMPX_Gprf-5.0.92-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298dbe907cd6584bc14e81ba339603d7bf0ed5459296b8684fb40d7580b4d8c7",
                "md5": "89e15d53a0d9955606873c10d34e9836",
                "sha256": "928ae02b66c7311171e9c508e880cfa44b55980f5e66edaa925b50dca52d8c94"
            },
            "downloads": -1,
            "filename": "RsCMPX_Gprf-5.0.92.tar.gz",
            "has_sig": false,
            "md5_digest": "89e15d53a0d9955606873c10d34e9836",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 261815,
            "upload_time": "2024-05-24T14:34:45",
            "upload_time_iso_8601": "2024-05-24T14:34:45.999337Z",
            "url": "https://files.pythonhosted.org/packages/29/8d/be907cd6584bc14e81ba339603d7bf0ed5459296b8684fb40d7580b4d8c7/RsCMPX_Gprf-5.0.92.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 14:34:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rscmpx-gprf"
}
        
Elapsed time: 0.42366s