Name | RsCmwLteMeas JSON |
Version |
4.0.112
JSON |
| download |
home_page | None |
Summary | CMW LTE Measurement Remote-control module |
upload_time | 2024-10-17 08:09:08 |
maintainer | None |
docs_url | None |
author | Rohde & Schwarz GmbH & Co. KG |
requires_python | >=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
==================================
RsCmwLteMeas
==================================
.. image:: https://img.shields.io/pypi/v/RsCmwLteMeas.svg
:target: https://pypi.org/project/ RsCmwLteMeas/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsCmwLteMeas.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsCmwLteMeas.svg
:target: https://pypi.python.org/pypi/RsCmwLteMeas/
.. 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/RsCmwLteMeas.svg
:target: https://pypi.python.org/pypi/RsCmwLteMeas/
Rohde & Schwarz CMW LTE Measurement RsCmwLteMeas instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsCmwLteMeas import *
instr = RsCmwLteMeas('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/RsCmwLteMeas/
Documentation: https://RsCmwLteMeas.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/
Version history
----------------
Release Notes:
Latest release notes summary: CC{Nr} header is now optional, changed minimal Python requirement to 3.8
Version 4.0.112
- Added Result query methods without CC{Nr} header
- Changed minimal Python requirement to 3.8
Version 4.0.111
- Added commands for use without CC{Nr} header
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": "RsCmwLteMeas",
"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/27/cd/458c8b34e25f5fb8f7d1952d0af9e58b2f4de4e9ac46b62548b7ba349495/RsCmwLteMeas-4.0.112.tar.gz",
"platform": null,
"description": "==================================\r\n RsCmwLteMeas\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsCmwLteMeas.svg\r\n :target: https://pypi.org/project/ RsCmwLteMeas/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n :target: https://RsCmwLteMeas.readthedocs.io/\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsCmwLteMeas.svg\r\n :target: https://pypi.python.org/pypi/RsCmwLteMeas/\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/RsCmwLteMeas.svg\r\n :target: https://pypi.python.org/pypi/RsCmwLteMeas/\r\n\r\nRohde & Schwarz CMW LTE Measurement RsCmwLteMeas instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n from RsCmwLteMeas import *\r\n\r\n instr = RsCmwLteMeas('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/RsCmwLteMeas/\r\n\r\nDocumentation: https://RsCmwLteMeas.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: CC{Nr} header is now optional, changed minimal Python requirement to 3.8\r\n\r\n\tVersion 4.0.112\r\n\t\t- Added Result query methods without CC{Nr} header\r\n\t\t- Changed minimal Python requirement to 3.8\r\n\r\n\tVersion 4.0.111\r\n\t\t- Added commands for use without CC{Nr} header\r\n\r\n\tVersion 4.0.110\r\n\t\t- Update for FW 4.0.110\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 LTE Measurement Remote-control module",
"version": "4.0.112",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "605200e9ec7fc223be97b660d6317fd0e629c3230c361e4426b6044f9ce17747",
"md5": "3ffabd82e90a4e71a226434002dbbcf4",
"sha256": "0250a063635e8942b5bf736b440ad957fdcabc1493069cbebe41998bc2ea1593"
},
"downloads": -1,
"filename": "RsCmwLteMeas-4.0.112-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3ffabd82e90a4e71a226434002dbbcf4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 925275,
"upload_time": "2024-10-17T08:09:14",
"upload_time_iso_8601": "2024-10-17T08:09:14.466728Z",
"url": "https://files.pythonhosted.org/packages/60/52/00e9ec7fc223be97b660d6317fd0e629c3230c361e4426b6044f9ce17747/RsCmwLteMeas-4.0.112-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27cd458c8b34e25f5fb8f7d1952d0af9e58b2f4de4e9ac46b62548b7ba349495",
"md5": "7101248559de533cf2b9b2938ede4a0d",
"sha256": "8bfaf71fbb09e5a7f097cb1d6803b77f7eed0bc21ac0c40c34e1540d99482beb"
},
"downloads": -1,
"filename": "RsCmwLteMeas-4.0.112.tar.gz",
"has_sig": false,
"md5_digest": "7101248559de533cf2b9b2938ede4a0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 282466,
"upload_time": "2024-10-17T08:09:08",
"upload_time_iso_8601": "2024-10-17T08:09:08.873896Z",
"url": "https://files.pythonhosted.org/packages/27/cd/458c8b34e25f5fb8f7d1952d0af9e58b2f4de4e9ac46b62548b7ba349495/RsCmwLteMeas-4.0.112.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-17 08:09:08",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rscmwltemeas"
}