Name | RsCmwWlanMeas JSON |
Version |
4.0.140
JSON |
| download |
home_page | None |
Summary | CMW WLAN Measurement Remote-control module |
upload_time | 2024-04-17 07:46:45 |
maintainer | None |
docs_url | None |
author | Rohde & Schwarz GmbH & Co. KG |
requires_python | >=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
==================================
RsCmwWlanMeas
==================================
.. image:: https://img.shields.io/pypi/v/RsCmwWlanMeas.svg
:target: https://pypi.org/project/ RsCmwWlanMeas/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsCmwWlanMeas.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsCmwWlanMeas.svg
:target: https://pypi.python.org/pypi/RsCmwWlanMeas/
.. 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/RsCmwWlanMeas.svg
:target: https://pypi.python.org/pypi/RsCmwWlanMeas/
Rohde & Schwarz CMW WLAN Measurement RsCmwWlanMeas instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsCmwWlanMeas import *
instr = RsCmwWlanMeas('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/RsCmwWlanMeas/
Documentation: https://RsCmwWlanMeas.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/
Version history
----------------
Release Notes:
Latest release notes summary: Update for FW 4.0.140
Version 4.0.140
- Update for FW 4.0.140
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": "RsCmwWlanMeas",
"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/d6/6f/850afba9c832fd1f759294bcffd64a1c865eafbc723170d1717e8709020c/RsCmwWlanMeas-4.0.140.tar.gz",
"platform": null,
"description": "==================================\n RsCmwWlanMeas\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsCmwWlanMeas.svg\n :target: https://pypi.org/project/ RsCmwWlanMeas/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n :target: https://RsCmwWlanMeas.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsCmwWlanMeas.svg\n :target: https://pypi.python.org/pypi/RsCmwWlanMeas/\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/RsCmwWlanMeas.svg\n :target: https://pypi.python.org/pypi/RsCmwWlanMeas/\n\nRohde & Schwarz CMW WLAN Measurement RsCmwWlanMeas instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n from RsCmwWlanMeas import *\n\n instr = RsCmwWlanMeas('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/RsCmwWlanMeas/\n\nDocumentation: https://RsCmwWlanMeas.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.140\n\n\tVersion 4.0.140\n\t\t- Update for FW 4.0.140\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 Measurement Remote-control module",
"version": "4.0.140",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "761b98062d077bf4eab51620def9433e9e4895d4d75dfdad5abb7772d09778eb",
"md5": "f575e8bd20a65f54073aabde293e19fa",
"sha256": "3d234cd9657b86f6272f13d865119e68a1a6b44cec31b72544d07653512e948b"
},
"downloads": -1,
"filename": "RsCmwWlanMeas-4.0.140-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f575e8bd20a65f54073aabde293e19fa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 1158022,
"upload_time": "2024-04-17T07:46:49",
"upload_time_iso_8601": "2024-04-17T07:46:49.924482Z",
"url": "https://files.pythonhosted.org/packages/76/1b/98062d077bf4eab51620def9433e9e4895d4d75dfdad5abb7772d09778eb/RsCmwWlanMeas-4.0.140-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d66f850afba9c832fd1f759294bcffd64a1c865eafbc723170d1717e8709020c",
"md5": "377211351db5be3e8c75d03512293eb4",
"sha256": "de58a227818512cebc4813170a16ea3f333032083097530cc72a374894a115cf"
},
"downloads": -1,
"filename": "RsCmwWlanMeas-4.0.140.tar.gz",
"has_sig": false,
"md5_digest": "377211351db5be3e8c75d03512293eb4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 301344,
"upload_time": "2024-04-17T07:46:45",
"upload_time_iso_8601": "2024-04-17T07:46:45.942815Z",
"url": "https://files.pythonhosted.org/packages/d6/6f/850afba9c832fd1f759294bcffd64a1c865eafbc723170d1717e8709020c/RsCmwWlanMeas-4.0.140.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-17 07:46:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rscmwwlanmeas"
}