Name | RsSmab JSON |
Version |
5.30.133
JSON |
| download |
home_page | None |
Summary | SMA100B Microwave Signal Generator Remote-control module |
upload_time | 2024-08-29 15:38:30 |
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.
|
==================================
RsSmab
==================================
.. image:: https://img.shields.io/pypi/v/RsSmab.svg
:target: https://pypi.org/project/ RsSmab/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsSmab.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsSmab.svg
:target: https://pypi.python.org/pypi/RsSmab/
.. 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/RsSmab.svg
:target: https://pypi.python.org/pypi/RsSmab/
Rohde & Schwarz SMA100B Microwave Signal Generator RsSmab instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsSmab import *
instr = RsSmab('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: SMA100B
The package is hosted here: https://pypi.org/project/RsSmab/
Documentation: https://RsSmab.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmab_ScpiPackage
Version history
----------------
Latest release notes summary: Fixed all commands 'Pattern' variables from lists to raw scalar strings.
Version 5.30.133
- Fixed all commands 'Pattern' variables from lists to raw scalar strings.
Version 5.30.132
- Update for FW 5.30
Version 5.10.121
- Update for FW 5.10
Version 5.0.123
- Update for FW 5.0
Version 4.70.300.19
- Fixed bug in interfaces with the name 'base', new docu format
Version 4.70.300.16
- Fixed several misspelled arguments and command headers
Version 4.70.300.15
- Complete rework of the Repeated capabilities. Before, the driver used extensively the RepCaps Channel, Stream, Subframe, User, Group. Now, they have more fitting names, and also proper ranges and default values.
- All the repcaps ending with Null have ranges starting with 0. 0 is also their default value. For example, ChannelNull starts from 0, while Channel starts from 1. Since this is a breaking change, please make sure your code written in the previous version of the driver is compatible with this new version. This change was necessary in order to assure all the possible settings.
Version 4.70.205.9
- Added Documentation
- Added method RsSmab.list_resources()
Version 4.70.205.8
- Default HwInterface repcap is 0 (empty command suffix)
Version 4.70.205.7
- Second build, fixed enum names
Version 4.70.205.1
- First released version
Raw data
{
"_id": null,
"home_page": null,
"name": "RsSmab",
"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/f9/e1/e9be3f8a325e01db8c9da844b34f4e62a752cfa7501010e499edcdab9e1c/RsSmab-5.30.133.tar.gz",
"platform": null,
"description": "==================================\r\n RsSmab\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsSmab.svg\r\n :target: https://pypi.org/project/ RsSmab/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n :target: https://RsSmab.readthedocs.io/\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsSmab.svg\r\n :target: https://pypi.python.org/pypi/RsSmab/\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/RsSmab.svg\r\n :target: https://pypi.python.org/pypi/RsSmab/\r\n\r\nRohde & Schwarz SMA100B Microwave Signal Generator RsSmab instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n from RsSmab import *\r\n\r\n instr = RsSmab('TCPIP::192.168.2.101::hislip0')\r\n idn = instr.query('*IDN?')\r\n print('Hello, I am: ' + idn)\r\n\r\nSupported instruments: SMA100B\r\n\r\nThe package is hosted here: https://pypi.org/project/RsSmab/\r\n\r\nDocumentation: https://RsSmab.readthedocs.io/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmab_ScpiPackage\r\n\r\n\r\nVersion history\r\n----------------\r\n\r\n\tLatest release notes summary: Fixed all commands 'Pattern' variables from lists to raw scalar strings.\r\n\r\n\tVersion 5.30.133\r\n\t\t- Fixed all commands 'Pattern' variables from lists to raw scalar strings.\r\n\r\n\tVersion 5.30.132\r\n\t\t- Update for FW 5.30\r\n\r\n\tVersion 5.10.121\r\n\t\t- Update for FW 5.10\r\n\r\n\tVersion 5.0.123\r\n\t\t- Update for FW 5.0\r\n\r\n\tVersion 4.70.300.19\r\n\t\t- Fixed bug in interfaces with the name 'base', new docu format\r\n\r\n\tVersion 4.70.300.16\r\n\t\t- Fixed several misspelled arguments and command headers\r\n\r\n\tVersion 4.70.300.15\r\n\t\t- Complete rework of the Repeated capabilities. Before, the driver used extensively the RepCaps Channel, Stream, Subframe, User, Group. Now, they have more fitting names, and also proper ranges and default values.\r\n\t\t- All the repcaps ending with Null have ranges starting with 0. 0 is also their default value. For example, ChannelNull starts from 0, while Channel starts from 1. Since this is a breaking change, please make sure your code written in the previous version of the driver is compatible with this new version. This change was necessary in order to assure all the possible settings.\r\n\r\n\tVersion 4.70.205.9\r\n\t\t- Added Documentation\r\n\t\t- Added method RsSmab.list_resources()\r\n\r\n\tVersion 4.70.205.8\r\n\t\t- Default HwInterface repcap is 0 (empty command suffix)\r\n\r\n\tVersion 4.70.205.7\r\n\t\t- Second build, fixed enum names\r\n\r\n\tVersion 4.70.205.1\r\n\t\t- First released version\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SMA100B Microwave Signal Generator Remote-control module",
"version": "5.30.133",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc593a08785aa398935f4091ac8397c26cc9f1fabe36b144573b4ff9135953ff",
"md5": "00b30f112738e18e3d0a5b7312d5a065",
"sha256": "b093cd2b713aaf89558d62962b499c3c43050190929f897bfe48d9e92930fce0"
},
"downloads": -1,
"filename": "RsSmab-5.30.133-py3-none-any.whl",
"has_sig": false,
"md5_digest": "00b30f112738e18e3d0a5b7312d5a065",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 931772,
"upload_time": "2024-08-29T15:38:34",
"upload_time_iso_8601": "2024-08-29T15:38:34.715247Z",
"url": "https://files.pythonhosted.org/packages/cc/59/3a08785aa398935f4091ac8397c26cc9f1fabe36b144573b4ff9135953ff/RsSmab-5.30.133-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f9e1e9be3f8a325e01db8c9da844b34f4e62a752cfa7501010e499edcdab9e1c",
"md5": "f9e591a4505fd9f6519c89be01b250ca",
"sha256": "ae8bcfa96bc7802feea273f83ace200c1a9c4eee00b6b2dde796a9f9ad60a24e"
},
"downloads": -1,
"filename": "RsSmab-5.30.133.tar.gz",
"has_sig": false,
"md5_digest": "f9e591a4505fd9f6519c89be01b250ca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 335318,
"upload_time": "2024-08-29T15:38:30",
"upload_time_iso_8601": "2024-08-29T15:38:30.701081Z",
"url": "https://files.pythonhosted.org/packages/f9/e1/e9be3f8a325e01db8c9da844b34f4e62a752cfa7501010e499edcdab9e1c/RsSmab-5.30.133.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-29 15:38:30",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rssmab"
}