RsCmwBase


NameRsCmwBase JSON
Version 4.0.110 PyPI version JSON
download
home_pageNone
SummaryCMW Base System Remote-control module
upload_time2024-04-16 11:31:25
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.
            ==================================
 RsCmwBase
==================================

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

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

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

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

Rohde & Schwarz CMW Base System RsCmwBase instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCmwBase import *

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

Supported instruments: CMW500, CMW100, CMW270, CMW280

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

Documentation: https://RsCmwBase.readthedocs.io/

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


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

Release Notes for the whole RsCmwXXX group:

Latest release notes summary: Update for FW version 4.0.x

	Version 4.0.110.49
		- Update for FW version 4.0.x

	Version 3.8.xx2
		- Fixed several misspelled arguments and command headers

	Version 3.8.xx1
		- Bluetooth and WLAN update for FW versions 3.8.xxx

	Version 3.7.xx8
		- Added documentation on ReadTheDocs

	Version 3.7.xx7
		- Added 3G measurement subsystems RsCmwGsmMeas, RsCmwCdma2kMeas, RsCmwEvdoMeas, RsCmwWcdmaMeas
		- Added new data types for commands accepting numbers or ON/OFF:
		- int or bool
		- float or bool

	Version 3.7.xx6
		- Added new UDF integer number recognition

	Version 3.7.xx5
		- Added RsCmwDau

	Version 3.7.xx4
		- Fixed several interface names
		- New release for CMW Base 3.7.90
		- New release for CMW Bluetooth 3.7.90

	Version 3.7.xx3
		- Second release of the CMW python drivers packet
		- New core component RsInstrument
		- Previously, the groups starting with CATalog: e.g. 'CATalog:SIGNaling:TOPology:PLMN' were reordered to 'SIGNaling:TOPology:PLMN:CATALOG' give more contextual meaning to the method/property name. This is now reverted back, since it was hard to find the desired functionality.
		- Reorganized Utilities interface to sub-groups

	Version 3.7.xx2
		- Fixed some misspeling errors
		- Changed enum and repCap types names
		- All the assemblies are signed with Rohde & Schwarz signature

	Version 1.0.0.0
		- First released version
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RsCmwBase",
    "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/e1/b8/b26cce3425fe1b4f77641c86c0ec07c016fde435c5c10755efa4e6c4e5a8/RsCmwBase-4.0.110.tar.gz",
    "platform": null,
    "description": "==================================\n RsCmwBase\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsCmwBase.svg\n   :target: https://pypi.org/project/ RsCmwBase/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n   :target: https://RsCmwBase.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsCmwBase.svg\n   :target: https://pypi.python.org/pypi/RsCmwBase/\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/RsCmwBase.svg\n   :target: https://pypi.python.org/pypi/RsCmwBase/\n\nRohde & Schwarz CMW Base System RsCmwBase instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n    from RsCmwBase import *\n\n    instr = RsCmwBase('TCPIP::192.168.2.101::hislip0')\n    idn = instr.query('*IDN?')\n    print('Hello, I am: ' + idn)\n\nSupported instruments: CMW500, CMW100, CMW270, CMW280\n\nThe package is hosted here: https://pypi.org/project/RsCmwBase/\n\nDocumentation: https://RsCmwBase.readthedocs.io/\n\nExamples: https://github.com/Rohde-Schwarz/Examples/\n\n\nVersion history\n----------------\n\nRelease Notes for the whole RsCmwXXX group:\n\nLatest release notes summary: Update for FW version 4.0.x\n\n\tVersion 4.0.110.49\n\t\t- Update for FW version 4.0.x\n\n\tVersion 3.8.xx2\n\t\t- Fixed several misspelled arguments and command headers\n\n\tVersion 3.8.xx1\n\t\t- Bluetooth and WLAN update for FW versions 3.8.xxx\n\n\tVersion 3.7.xx8\n\t\t- Added documentation on ReadTheDocs\n\n\tVersion 3.7.xx7\n\t\t- Added 3G measurement subsystems RsCmwGsmMeas, RsCmwCdma2kMeas, RsCmwEvdoMeas, RsCmwWcdmaMeas\n\t\t- Added new data types for commands accepting numbers or ON/OFF:\n\t\t- int or bool\n\t\t- float or bool\n\n\tVersion 3.7.xx6\n\t\t- Added new UDF integer number recognition\n\n\tVersion 3.7.xx5\n\t\t- Added RsCmwDau\n\n\tVersion 3.7.xx4\n\t\t- Fixed several interface names\n\t\t- New release for CMW Base 3.7.90\n\t\t- New release for CMW Bluetooth 3.7.90\n\n\tVersion 3.7.xx3\n\t\t- Second release of the CMW python drivers packet\n\t\t- New core component RsInstrument\n\t\t- Previously, the groups starting with CATalog: e.g. 'CATalog:SIGNaling:TOPology:PLMN' were reordered to 'SIGNaling:TOPology:PLMN:CATALOG' give more contextual meaning to the method/property name. This is now reverted back, since it was hard to find the desired functionality.\n\t\t- Reorganized Utilities interface to sub-groups\n\n\tVersion 3.7.xx2\n\t\t- Fixed some misspeling errors\n\t\t- Changed enum and repCap types names\n\t\t- All the assemblies are signed with Rohde & Schwarz signature\n\n\tVersion 1.0.0.0\n\t\t- First released version",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CMW Base System Remote-control module",
    "version": "4.0.110",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b6d41e8e91d01a00ba0dc325aea8b998f2248001b604b3688615979ce8bb989",
                "md5": "eae4f100349287b1df668f59a8062fda",
                "sha256": "5727a97c5b2baf1ab70f40e1220fd1e5b46ab859097d0412ce1249e85bc33987"
            },
            "downloads": -1,
            "filename": "RsCmwBase-4.0.110-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eae4f100349287b1df668f59a8062fda",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 458928,
            "upload_time": "2024-04-16T11:31:28",
            "upload_time_iso_8601": "2024-04-16T11:31:28.458318Z",
            "url": "https://files.pythonhosted.org/packages/8b/6d/41e8e91d01a00ba0dc325aea8b998f2248001b604b3688615979ce8bb989/RsCmwBase-4.0.110-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1b8b26cce3425fe1b4f77641c86c0ec07c016fde435c5c10755efa4e6c4e5a8",
                "md5": "32975ee938240393dfb629d4d057700b",
                "sha256": "26610721839d02da12e041a6e74737f7df8da82512e225b4c2f94b45d773182e"
            },
            "downloads": -1,
            "filename": "RsCmwBase-4.0.110.tar.gz",
            "has_sig": false,
            "md5_digest": "32975ee938240393dfb629d4d057700b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 189309,
            "upload_time": "2024-04-16T11:31:25",
            "upload_time_iso_8601": "2024-04-16T11:31:25.387262Z",
            "url": "https://files.pythonhosted.org/packages/e1/b8/b26cce3425fe1b4f77641c86c0ec07c016fde435c5c10755efa4e6c4e5a8/RsCmwBase-4.0.110.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 11:31:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rscmwbase"
}
        
Elapsed time: 0.62079s