Name | RsSmcv JSON |
Version |
5.20.44
JSON |
| download |
home_page | None |
Summary | SMCV100B Vector Signal Generator Remote-control module |
upload_time | 2024-08-29 15:48:43 |
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.
|
==================================
RsSmcv
==================================
.. image:: https://img.shields.io/pypi/v/RsSmcv.svg
:target: https://pypi.org/project/ RsSmcv/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsSmcv.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsSmcv.svg
:target: https://pypi.python.org/pypi/RsSmcv/
.. 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/RsSmcv.svg
:target: https://pypi.python.org/pypi/RsSmcv/
Rohde & Schwarz SMCV100B Vector Signal Generator RsSmcv instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsSmcv import *
instr = RsSmcv('TCPIP::192.168.56.101::hislip0', reset=True)
idn = instr.query_str('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: SMCV100B
The package is hosted here: https://pypi.org/project/RsSmcv/
Documentation: https://RsSmcv.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmcv_ScpiPackage
Version history
----------------
Latest release notes summary: Fixed all commands 'Pattern' variables from lists to raw scalar strings.
Version 5.20.44
- Fixed all commands 'Pattern' variables from lists to raw scalar strings.
Version 5.20.43
- Update for FW 5.20.043
Version 5.0.124.16
- Updated core to the newest template.
- Added DigitalModulation Interface.
Version 5.0.122.13
- Update for FW 5.00.122
Version 4.80.2.11
- Fixed bug in interfaces with the name 'base', new docu format
Version 4.80.2.6
- First released version
Raw data
{
"_id": null,
"home_page": null,
"name": "RsSmcv",
"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/7b/91/a93951eb89ba0c0e6f9c81d47ed08bdca9611dbc37ee76b1b87141a32dc7/RsSmcv-5.20.44.tar.gz",
"platform": null,
"description": "==================================\r\n RsSmcv\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsSmcv.svg\r\n :target: https://pypi.org/project/ RsSmcv/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n :target: https://RsSmcv.readthedocs.io/\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsSmcv.svg\r\n :target: https://pypi.python.org/pypi/RsSmcv/\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/RsSmcv.svg\r\n :target: https://pypi.python.org/pypi/RsSmcv/\r\n\r\nRohde & Schwarz SMCV100B Vector Signal Generator RsSmcv instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n from RsSmcv import *\r\n\r\n instr = RsSmcv('TCPIP::192.168.56.101::hislip0', reset=True)\r\n idn = instr.query_str('*IDN?')\r\n print('Hello, I am: ' + idn)\r\n\r\nSupported instruments: SMCV100B\r\n\r\nThe package is hosted here: https://pypi.org/project/RsSmcv/\r\n\r\nDocumentation: https://RsSmcv.readthedocs.io/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmcv_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.20.44\r\n\t\t- Fixed all commands 'Pattern' variables from lists to raw scalar strings.\r\n\r\n\tVersion 5.20.43\r\n\t\t- Update for FW 5.20.043\r\n\r\n\tVersion 5.0.124.16\r\n\t\t- Updated core to the newest template.\r\n\t\t- Added DigitalModulation Interface.\r\n\r\n\tVersion 5.0.122.13\r\n\t\t- Update for FW 5.00.122\r\n\r\n\tVersion 4.80.2.11\r\n\t\t- Fixed bug in interfaces with the name 'base', new docu format\r\n\r\n\tVersion 4.80.2.6\r\n\t\t- First released version\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "SMCV100B Vector Signal Generator Remote-control module",
"version": "5.20.44",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ad7312b9ab7f4628871726aca2a922a78c884bc71e21f26c042be1ddc10948bb",
"md5": "afb6cba539a0cfb3905816cbc1465abc",
"sha256": "bb594c8bc3abff1b4bc1cb1db5ccf12abdb3164a450a753146244997248e208c"
},
"downloads": -1,
"filename": "RsSmcv-5.20.44-py3-none-any.whl",
"has_sig": false,
"md5_digest": "afb6cba539a0cfb3905816cbc1465abc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 1287405,
"upload_time": "2024-08-29T15:48:47",
"upload_time_iso_8601": "2024-08-29T15:48:47.155589Z",
"url": "https://files.pythonhosted.org/packages/ad/73/12b9ab7f4628871726aca2a922a78c884bc71e21f26c042be1ddc10948bb/RsSmcv-5.20.44-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b91a93951eb89ba0c0e6f9c81d47ed08bdca9611dbc37ee76b1b87141a32dc7",
"md5": "8ce01714df74d84d351aeda0f3f75c0c",
"sha256": "76d0398e314b43124c404a722b33d8bcfc32e2f3b19df56d9e4d771fc4a1bb4a"
},
"downloads": -1,
"filename": "RsSmcv-5.20.44.tar.gz",
"has_sig": false,
"md5_digest": "8ce01714df74d84d351aeda0f3f75c0c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 467003,
"upload_time": "2024-08-29T15:48:43",
"upload_time_iso_8601": "2024-08-29T15:48:43.410835Z",
"url": "https://files.pythonhosted.org/packages/7b/91/a93951eb89ba0c0e6f9c81d47ed08bdca9611dbc37ee76b1b87141a32dc7/RsSmcv-5.20.44.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-29 15:48:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rssmcv"
}