Name | RsSgt JSON |
Version |
5.0.232
JSON |
| download |
home_page | None |
Summary | SGT100A SIGMA Vector Signal Generator Remote-control module |
upload_time | 2024-03-25 15:18:26 |
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.
|
==================================
RsSgt
==================================
.. image:: https://img.shields.io/pypi/v/RsSgt.svg
:target: https://pypi.org/project/ RsSgt/
.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
:target: https://RsSgt.readthedocs.io/
.. image:: https://img.shields.io/pypi/l/RsSgt.svg
:target: https://pypi.python.org/pypi/RsSgt/
.. 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/RsSgt.svg
:target: https://pypi.python.org/pypi/RsSgt/
Rohde & Schwarz SGT100A SIGMA Vector Signal Generator RsSgt instrument driver.
Basic Hello-World code:
.. code-block:: python
from RsSgt import *
instr = RsSgt('TCPIP::192.168.2.101::hislip0')
idn = instr.query('*IDN?')
print('Hello, I am: ' + idn)
Supported instruments: SGT100A
The package is hosted here: https://pypi.org/project/RsSgt/
Documentation: https://RsSgt.readthedocs.io/
Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSgt_ScpiPackage
Version history:
----------------
Latest release notes summary: Update for FW 5.0.232, removed legacy option XM Radio
Version 5.0.232
- Update for FW 5.0.232
- Removed legacy option XM Radio
Version 4.90.109
- Updated for FW 4.90
- Updated core to the newest template.
- Added DigitalModulation Interface.
Version 4.80.1.25
- Fixed bug in interfaces with the name 'base'
Version 4.80.1.22
- Fixed several misspelled arguments and command headers
Version 4.80.1.19
- 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.80.0.16
- Added arb_files interface
- Default HwInterface repcap is 0 (empty command suffix)
Version 4.80.0.5
- First released version
Raw data
{
"_id": null,
"home_page": null,
"name": "RsSgt",
"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/a0/28/a8a0e20de3a5bc0957b8d4741c7229cd7831e93a617a41a8f09ffb5f1b49/RsSgt-5.0.232.tar.gz",
"platform": null,
"description": "==================================\n RsSgt\n==================================\n\n.. image:: https://img.shields.io/pypi/v/RsSgt.svg\n :target: https://pypi.org/project/ RsSgt/\n\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\n :target: https://RsSgt.readthedocs.io/\n\n.. image:: https://img.shields.io/pypi/l/RsSgt.svg\n :target: https://pypi.python.org/pypi/RsSgt/\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/RsSgt.svg\n :target: https://pypi.python.org/pypi/RsSgt/\n\nRohde & Schwarz SGT100A SIGMA Vector Signal Generator RsSgt instrument driver.\n\nBasic Hello-World code:\n\n.. code-block:: python\n\n from RsSgt import *\n\n instr = RsSgt('TCPIP::192.168.2.101::hislip0')\n idn = instr.query('*IDN?')\n print('Hello, I am: ' + idn)\n\nSupported instruments: SGT100A\n\nThe package is hosted here: https://pypi.org/project/RsSgt/\n\nDocumentation: https://RsSgt.readthedocs.io/\n\nExamples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSgt_ScpiPackage\n\n\nVersion history:\n----------------\n\n\tLatest release notes summary: Update for FW 5.0.232, removed legacy option XM Radio\n\n\tVersion 5.0.232\n\t\t- Update for FW 5.0.232\n\t\t- Removed legacy option XM Radio\n\n\tVersion 4.90.109\n\t\t- Updated for FW 4.90\n\t\t- Updated core to the newest template.\n\t\t- Added DigitalModulation Interface.\n\n\tVersion 4.80.1.25\n\t\t- Fixed bug in interfaces with the name 'base'\n\n\tVersion 4.80.1.22\n\t\t- Fixed several misspelled arguments and command headers\n\n\tVersion 4.80.1.19\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.\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.\n\n\tVersion 4.80.0.16\n\t\t- Added arb_files interface\n\t\t- Default HwInterface repcap is 0 (empty command suffix)\n\n\tVersion 4.80.0.5\n\t\t- First released version",
"bugtrack_url": null,
"license": "MIT",
"summary": "SGT100A SIGMA Vector Signal Generator Remote-control module",
"version": "5.0.232",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "88268bbd5a9cc1fe1d5d8d588bbf6dbde4cd27c1b25d7196cf2a0e8b78571001",
"md5": "26ed9830901c6ce34de21abb0c15def3",
"sha256": "13f9a29438eaa34f24440aba46a9df2f8b320a4988e71170b926b33b1d2d72c4"
},
"downloads": -1,
"filename": "RsSgt-5.0.232-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26ed9830901c6ce34de21abb0c15def3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 220249,
"upload_time": "2024-03-25T15:18:31",
"upload_time_iso_8601": "2024-03-25T15:18:31.232457Z",
"url": "https://files.pythonhosted.org/packages/88/26/8bbd5a9cc1fe1d5d8d588bbf6dbde4cd27c1b25d7196cf2a0e8b78571001/RsSgt-5.0.232-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a028a8a0e20de3a5bc0957b8d4741c7229cd7831e93a617a41a8f09ffb5f1b49",
"md5": "a165262a4fa680bdae73c7f8f9798718",
"sha256": "7b6dd54bb189d934f6f1e48e26b09135d286ffb02efdb007406c1ce57447dbe0"
},
"downloads": -1,
"filename": "RsSgt-5.0.232.tar.gz",
"has_sig": false,
"md5_digest": "a165262a4fa680bdae73c7f8f9798718",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 122623,
"upload_time": "2024-03-25T15:18:26",
"upload_time_iso_8601": "2024-03-25T15:18:26.276962Z",
"url": "https://files.pythonhosted.org/packages/a0/28/a8a0e20de3a5bc0957b8d4741c7229cd7831e93a617a41a8f09ffb5f1b49/RsSgt-5.0.232.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-25 15:18:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rssgt"
}