RsCmwBluetoothMeas


NameRsCmwBluetoothMeas JSON
Version 4.0.230 PyPI version JSON
download
home_pageNone
SummaryCMW Bluetooth Measurement Remote-control module
upload_time2024-11-11 16:55:57
maintainerNone
docs_urlNone
authorRohde & Schwarz GmbH & Co. KG
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
 RsCmwBluetoothMeas
==================================

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

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

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

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

Rohde & Schwarz CMW Bluetooth Measurement RsCmwBluetoothMeas instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCmwBluetoothMeas import *

    instr = RsCmwBluetoothMeas('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/RsCmwBluetoothMeas/

Documentation: https://RsCmwBluetoothMeas.readthedocs.io/

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


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

Release Notes:

Latest release notes summary: Update for FW version 4.0.230

	Version 4.0.230
		- Update for FW version 4.0.230

	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": "RsCmwBluetoothMeas",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rohde & Schwarz GmbH & Co. KG",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/dc/e0/ec44bcc6edbc6f1366871cf890875fac3cbc91aab962767dec057bd69df2/RsCmwBluetoothMeas-4.0.230.tar.gz",
    "platform": null,
    "description": "==================================\r\n RsCmwBluetoothMeas\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsCmwBluetoothMeas.svg\r\n   :target: https://pypi.org/project/ RsCmwBluetoothMeas/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n   :target: https://RsCmwBluetoothMeas.readthedocs.io/\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsCmwBluetoothMeas.svg\r\n   :target: https://pypi.python.org/pypi/RsCmwBluetoothMeas/\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/RsCmwBluetoothMeas.svg\r\n   :target: https://pypi.python.org/pypi/RsCmwBluetoothMeas/\r\n\r\nRohde & Schwarz CMW Bluetooth Measurement RsCmwBluetoothMeas instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n    from RsCmwBluetoothMeas import *\r\n\r\n    instr = RsCmwBluetoothMeas('TCPIP::192.168.2.101::hislip0')\r\n    idn = instr.query('*IDN?')\r\n    print('Hello, I am: ' + idn)\r\n\r\nSupported instruments: CMW500, CMW100\r\n\r\nThe package is hosted here: https://pypi.org/project/RsCmwBluetoothMeas/\r\n\r\nDocumentation: https://RsCmwBluetoothMeas.readthedocs.io/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/\r\n\r\n\r\nVersion history\r\n----------------\r\n\r\nRelease Notes:\r\n\r\nLatest release notes summary: Update for FW version 4.0.230\r\n\r\n\tVersion 4.0.230\r\n\t\t- Update for FW version 4.0.230\r\n\r\n\tVersion 3.8.xx2\r\n\t\t- Fixed several misspelled arguments and command headers\r\n\r\n\tVersion 3.8.xx1\r\n\t\t- Bluetooth and WLAN update for FW versions 3.8.xxx\r\n\r\n\tVersion 3.7.xx8\r\n\t\t- Added documentation on ReadTheDocs\r\n\r\n\tVersion 3.7.xx7\r\n\t\t- Added 3G measurement subsystems RsCmwGsmMeas, RsCmwCdma2kMeas, RsCmwEvdoMeas, RsCmwWcdmaMeas\r\n\t\t- Added new data types for commands accepting numbers or ON/OFF:\r\n\t\t- int or bool\r\n\t\t- float or bool\r\n\r\n\tVersion 3.7.xx6\r\n\t\t- Added new UDF integer number recognition\r\n\r\n\tVersion 3.7.xx5\r\n\t\t- Added RsCmwDau\r\n\r\n\tVersion 3.7.xx4\r\n\t\t- Fixed several interface names\r\n\t\t- New release for CMW Base 3.7.90\r\n\t\t- New release for CMW Bluetooth 3.7.90\r\n\r\n\tVersion 3.7.xx3\r\n\t\t- Second release of the CMW python drivers packet\r\n\t\t- New core component RsInstrument\r\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.\r\n\t\t- Reorganized Utilities interface to sub-groups\r\n\r\n\tVersion 3.7.xx2\r\n\t\t- Fixed some misspeling errors\r\n\t\t- Changed enum and repCap types names\r\n\t\t- All the assemblies are signed with Rohde & Schwarz signature\r\n\r\n\tVersion 1.0.0.0\r\n\t\t- First released version\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CMW Bluetooth Measurement Remote-control module",
    "version": "4.0.230",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b8e38aef86166a331e9f706b06dd0484eece8ecf9e598766c88d5d35dc2e463",
                "md5": "f0515683bee287e7ecb770d231643bf8",
                "sha256": "e1e85ab83cb6c082821d03a90b00829f9e625ea8b49246ae194c7b93533e7e8a"
            },
            "downloads": -1,
            "filename": "RsCmwBluetoothMeas-4.0.230-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0515683bee287e7ecb770d231643bf8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1074473,
            "upload_time": "2024-11-11T16:56:00",
            "upload_time_iso_8601": "2024-11-11T16:56:00.937123Z",
            "url": "https://files.pythonhosted.org/packages/0b/8e/38aef86166a331e9f706b06dd0484eece8ecf9e598766c88d5d35dc2e463/RsCmwBluetoothMeas-4.0.230-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dce0ec44bcc6edbc6f1366871cf890875fac3cbc91aab962767dec057bd69df2",
                "md5": "280b17742bacad33759bee379d7abf88",
                "sha256": "f4b202512559d05d145d92f6c8922eed0f9e4f63a376758229f68ada72e2bc09"
            },
            "downloads": -1,
            "filename": "RsCmwBluetoothMeas-4.0.230.tar.gz",
            "has_sig": false,
            "md5_digest": "280b17742bacad33759bee379d7abf88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 310688,
            "upload_time": "2024-11-11T16:55:57",
            "upload_time_iso_8601": "2024-11-11T16:55:57.250828Z",
            "url": "https://files.pythonhosted.org/packages/dc/e0/ec44bcc6edbc6f1366871cf890875fac3cbc91aab962767dec057bd69df2/RsCmwBluetoothMeas-4.0.230.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-11 16:55:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rscmwbluetoothmeas"
}
        
Elapsed time: 0.65217s