Name | RsCmwLteSig JSON |
Version |
4.0.20
JSON |
| download |
home_page | None |
Summary | CMW LTE Signaling Remote-control module |
upload_time | 2024-04-17 14:48:50 |
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.
|
==================================
RsCmwLteSig
==================================
.. image:: https://img.shields.io/pypi/v/RsCmwLteSig.svg
:target: https://pypi.org/project/ RsCmwLteSig/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsCmwLteSig.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsCmwLteSig.svg
:target: https://pypi.python.org/pypi/RsCmwLteSig/
.. 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/RsCmwLteSig.svg
:target: https://pypi.python.org/pypi/RsCmwLteSig/
Rohde & Schwarz CMW LTE Signaling RsCmwLteSig instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsCmwLteSig import *
instr = RsCmwLteSig('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: CMW500
The package is hosted here: https://pypi.org/project/RsCmwLteSig/
Documentation: https://RsCmwLteSig.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/
Version history
----------------
Release Notes:
Latest release notes summary: Update for FW 4.0.20
Version 4.0.20
- Update for FW 4.0.20
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": "RsCmwLteSig",
"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/f3/2d/4e22ce8db32c9a4479a84d37330c7692140a576fce4df2e9df74759a3c00/RsCmwLteSig-4.0.20.tar.gz",
"platform": null,
"description": "==================================\n RsCmwLteSig\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsCmwLteSig.svg\n :target: https://pypi.org/project/ RsCmwLteSig/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n :target: https://RsCmwLteSig.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsCmwLteSig.svg\n :target: https://pypi.python.org/pypi/RsCmwLteSig/\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/RsCmwLteSig.svg\n :target: https://pypi.python.org/pypi/RsCmwLteSig/\n\nRohde & Schwarz CMW LTE Signaling RsCmwLteSig instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n from RsCmwLteSig import *\n\n instr = RsCmwLteSig('TCPIP::192.168.2.101::hislip0')\n idn = instr.query('*IDN?')\n print('Hello, I am: ' + idn)\n\nSupported instruments: CMW500\n\nThe package is hosted here: https://pypi.org/project/RsCmwLteSig/\n\nDocumentation: https://RsCmwLteSig.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.20\n\n\tVersion 4.0.20\n\t\t- Update for FW 4.0.20\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 LTE Signaling Remote-control module",
"version": "4.0.20",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1de73e0b71440614d5339b4def211c202aad7a23461dd9366c292199163b4cc9",
"md5": "05af28a2606e2f87708d4322c72871ad",
"sha256": "33fb06481965e505925928e8c4867519090b685914a17adf2245a274267dd0c0"
},
"downloads": -1,
"filename": "RsCmwLteSig-4.0.20-py3-none-any.whl",
"has_sig": false,
"md5_digest": "05af28a2606e2f87708d4322c72871ad",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 1604638,
"upload_time": "2024-04-17T14:48:54",
"upload_time_iso_8601": "2024-04-17T14:48:54.558658Z",
"url": "https://files.pythonhosted.org/packages/1d/e7/3e0b71440614d5339b4def211c202aad7a23461dd9366c292199163b4cc9/RsCmwLteSig-4.0.20-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f32d4e22ce8db32c9a4479a84d37330c7692140a576fce4df2e9df74759a3c00",
"md5": "d579c3369b9ae39fa865d1c93c41f087",
"sha256": "47df0f8b23d565af0ccc749b6cb9190017a524ea509b097a1d6a5827b0ed76ff"
},
"downloads": -1,
"filename": "RsCmwLteSig-4.0.20.tar.gz",
"has_sig": false,
"md5_digest": "d579c3369b9ae39fa865d1c93c41f087",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 480844,
"upload_time": "2024-04-17T14:48:50",
"upload_time_iso_8601": "2024-04-17T14:48:50.039826Z",
"url": "https://files.pythonhosted.org/packages/f3/2d/4e22ce8db32c9a4479a84d37330c7692140a576fce4df2e9df74759a3c00/RsCmwLteSig-4.0.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-17 14:48:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rscmwltesig"
}