RsCmwWlanSig


NameRsCmwWlanSig JSON
Version 4.0.110 PyPI version JSON
download
home_pageNone
SummaryCMW WLAN Signaling Remote-control module
upload_time2024-04-17 08:19:03
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.
            ==================================
 RsCmwWlanSig
==================================

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

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

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

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

Rohde & Schwarz CMW WLAN Signaling RsCmwWlanSig instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCmwWlanSig import *

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

Supported instruments: CMW500, CMW100

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

Documentation: https://RsCmwWlanSig.readthedocs.io/

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


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

Release Notes:

Latest release notes summary: Update for FW 4.0.110

	Version 4.0.110
		- Update for FW 4.0.110

	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": "RsCmwWlanSig",
    "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/9a/b5/d93a0cf4f37406a816ee3176d86e489bc49b64c1f317765e1dee9f0675ae/RsCmwWlanSig-4.0.110.tar.gz",
    "platform": null,
    "description": "==================================\n RsCmwWlanSig\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsCmwWlanSig.svg\n   :target: https://pypi.org/project/ RsCmwWlanSig/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n   :target: https://RsCmwWlanSig.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsCmwWlanSig.svg\n   :target: https://pypi.python.org/pypi/RsCmwWlanSig/\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/RsCmwWlanSig.svg\n   :target: https://pypi.python.org/pypi/RsCmwWlanSig/\n\nRohde & Schwarz CMW WLAN Signaling RsCmwWlanSig instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n    from RsCmwWlanSig import *\n\n    instr = RsCmwWlanSig('TCPIP::192.168.2.101::hislip0')\n    idn = instr.query('*IDN?')\n    print('Hello, I am: ' + idn)\n\nSupported instruments: CMW500, CMW100\n\nThe package is hosted here: https://pypi.org/project/RsCmwWlanSig/\n\nDocumentation: https://RsCmwWlanSig.readthedocs.io/\n\nExamples: https://github.com/Rohde-Schwarz/Examples/\n\n\nVersion history\n----------------\n\nRelease Notes:\n\nLatest release notes summary: Update for FW 4.0.110\n\n\tVersion 4.0.110\n\t\t- Update for FW 4.0.110\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 WLAN Signaling Remote-control module",
    "version": "4.0.110",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1ab6d6f4179e4617730b07f4015a02214da8ca9d8570834a3975a0fdb7d3c3a",
                "md5": "8da90d6f5874615de002c594ced7989a",
                "sha256": "077d73d3b7a4509fd5867e883e251ef0c5c359b6eee043a8224a9e778f13fab2"
            },
            "downloads": -1,
            "filename": "RsCmwWlanSig-4.0.110-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8da90d6f5874615de002c594ced7989a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 360080,
            "upload_time": "2024-04-17T08:19:07",
            "upload_time_iso_8601": "2024-04-17T08:19:07.420020Z",
            "url": "https://files.pythonhosted.org/packages/d1/ab/6d6f4179e4617730b07f4015a02214da8ca9d8570834a3975a0fdb7d3c3a/RsCmwWlanSig-4.0.110-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ab5d93a0cf4f37406a816ee3176d86e489bc49b64c1f317765e1dee9f0675ae",
                "md5": "e6de0d096afbd099397911f8881d29e8",
                "sha256": "e93b177890860db9fe8dd74b1d6853ad39d963c51a7a97ff87d7b5d9bed4e9dd"
            },
            "downloads": -1,
            "filename": "RsCmwWlanSig-4.0.110.tar.gz",
            "has_sig": false,
            "md5_digest": "e6de0d096afbd099397911f8881d29e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 177896,
            "upload_time": "2024-04-17T08:19:03",
            "upload_time_iso_8601": "2024-04-17T08:19:03.885559Z",
            "url": "https://files.pythonhosted.org/packages/9a/b5/d93a0cf4f37406a816ee3176d86e489bc49b64c1f317765e1dee9f0675ae/RsCmwWlanSig-4.0.110.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 08:19:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rscmwwlansig"
}
        
Elapsed time: 0.27228s