RsSmw


NameRsSmw JSON
Version 5.30.48 PyPI version JSON
download
home_pageNone
SummarySMW200A Vector Signal Generator Remote-control module
upload_time2024-08-29 13:07:54
maintainerNone
docs_urlNone
authorRohde & Schwarz GmbH & Co. KG
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================================
 RsSmw
==================================

.. image:: https://img.shields.io/pypi/v/RsSmw.svg
   :target: https://pypi.org/project/ RsSmw/

.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
   :target: https://rohde-schwarz.github.io/RsSmw_PythonDocumentation

.. image:: https://img.shields.io/pypi/l/RsSmw.svg
   :target: https://pypi.python.org/pypi/RsSmw/

.. 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/RsSmw.svg
   :target: https://pypi.python.org/pypi/RsSmw/

Rohde & Schwarz SMW200A Vector Signal Generator RsSmw instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsSmw import *

    instr = RsSmw('TCPIP::192.168.56.101::hislip0', reset=True)
    idn = instr.query_str('*IDN?')
    print('Hello, I am: ' + idn)

Supported instruments: SMW200A, SMM100A, SMBV100B

The package is hosted here: https://pypi.org/project/RsSmw/

Documentation: https://rohde-schwarz.github.io/RsSmw_PythonDocumentation/

Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmw_ScpiPackage


Version history
----------------

	Latest release notes summary: Fixed all commands 'Pattern' variables from lists to raw scalar strings.

	Version 5.30.48
		- Fixed all commands 'Pattern' variables from lists to raw scalar strings.

	Version 5.30.48
		- Update for FW 5.30.47
		- Removed Legacy Options: Sirius, FM Sterea, XM Radio

	Version 5.30.1
		- Update for FW 5.30.x

	Version 5.0.167
		- Added DigitalModulation Interface.
		- Updated core to the newest template.

	Version 5.0.166
		- Updated core to the newest template.

	Version 5.0.44.58
		- Update for FW 5.0
		- Fixed SLISt and FLISt groups, now they have repeated capabilities Index

	Version 4.90.49.53
		- Fixed bug in interfaces with the name 'base', new docu format

	Version 4.90.49.49
		- Update for SMW FW 4.90.049
		- Added Logger interface
		- Improved documentation

	Version 4.80.2.45
		- Fixed several misspelled arguments and command headers

	Version 4.80.2.42
		- 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.1.31
		- Fixed NR5G Repeated Capabilities

	Version 4.80.1.30
		- Added new supported instrument: SMM100A

	Version 4.80.0.29
		- Added Documentation
		- Added method RsSmw.list_resources()

	Version 4.80.0.25
		- Added arb_files interface

	Version 4.80.0.24
		- Included GNSS subsystem

	Version 4.80.0.19
		- Fixed several enum names

	Version 4.80.0.17
		- First released version

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RsSmw",
    "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/62/6c/3a9ea46e022459cb25ac28bbb1edbb4821cf6723fce26195fe7b779d1493/RsSmw-5.30.48.tar.gz",
    "platform": null,
    "description": "==================================\r\n RsSmw\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsSmw.svg\r\n   :target: https://pypi.org/project/ RsSmw/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n   :target: https://rohde-schwarz.github.io/RsSmw_PythonDocumentation\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsSmw.svg\r\n   :target: https://pypi.python.org/pypi/RsSmw/\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/RsSmw.svg\r\n   :target: https://pypi.python.org/pypi/RsSmw/\r\n\r\nRohde & Schwarz SMW200A Vector Signal Generator RsSmw instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n    from RsSmw import *\r\n\r\n    instr = RsSmw('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: SMW200A, SMM100A, SMBV100B\r\n\r\nThe package is hosted here: https://pypi.org/project/RsSmw/\r\n\r\nDocumentation: https://rohde-schwarz.github.io/RsSmw_PythonDocumentation/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmw_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.48\r\n\t\t- Fixed all commands 'Pattern' variables from lists to raw scalar strings.\r\n\r\n\tVersion 5.30.48\r\n\t\t- Update for FW 5.30.47\r\n\t\t- Removed Legacy Options: Sirius, FM Sterea, XM Radio\r\n\r\n\tVersion 5.30.1\r\n\t\t- Update for FW 5.30.x\r\n\r\n\tVersion 5.0.167\r\n\t\t- Added DigitalModulation Interface.\r\n\t\t- Updated core to the newest template.\r\n\r\n\tVersion 5.0.166\r\n\t\t- Updated core to the newest template.\r\n\r\n\tVersion 5.0.44.58\r\n\t\t- Update for FW 5.0\r\n\t\t- Fixed SLISt and FLISt groups, now they have repeated capabilities Index\r\n\r\n\tVersion 4.90.49.53\r\n\t\t- Fixed bug in interfaces with the name 'base', new docu format\r\n\r\n\tVersion 4.90.49.49\r\n\t\t- Update for SMW FW 4.90.049\r\n\t\t- Added Logger interface\r\n\t\t- Improved documentation\r\n\r\n\tVersion 4.80.2.45\r\n\t\t- Fixed several misspelled arguments and command headers\r\n\r\n\tVersion 4.80.2.42\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.80.1.31\r\n\t\t- Fixed NR5G Repeated Capabilities\r\n\r\n\tVersion 4.80.1.30\r\n\t\t- Added new supported instrument: SMM100A\r\n\r\n\tVersion 4.80.0.29\r\n\t\t- Added Documentation\r\n\t\t- Added method RsSmw.list_resources()\r\n\r\n\tVersion 4.80.0.25\r\n\t\t- Added arb_files interface\r\n\r\n\tVersion 4.80.0.24\r\n\t\t- Included GNSS subsystem\r\n\r\n\tVersion 4.80.0.19\r\n\t\t- Fixed several enum names\r\n\r\n\tVersion 4.80.0.17\r\n\t\t- First released version\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SMW200A Vector Signal Generator Remote-control module",
    "version": "5.30.48",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d5262c63c2b670dc2ea02d03c0a97e8fce1a919d7663bb38e1b18de9b1a2134",
                "md5": "cbdc26fbd8f72d24d27ae1ff527c4cf9",
                "sha256": "11c87bfbe85f566559ebc2173d78a26035019b2232571e50135df8ca989c7f61"
            },
            "downloads": -1,
            "filename": "RsSmw-5.30.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbdc26fbd8f72d24d27ae1ff527c4cf9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12431937,
            "upload_time": "2024-08-29T13:08:00",
            "upload_time_iso_8601": "2024-08-29T13:08:00.799953Z",
            "url": "https://files.pythonhosted.org/packages/1d/52/62c63c2b670dc2ea02d03c0a97e8fce1a919d7663bb38e1b18de9b1a2134/RsSmw-5.30.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "626c3a9ea46e022459cb25ac28bbb1edbb4821cf6723fce26195fe7b779d1493",
                "md5": "664b279a1bb45522b7d2a3237b3518d3",
                "sha256": "7eae063dfae7e07b56ff88e0bfe82e5caf17d0c18ea07544244d75333b61b298"
            },
            "downloads": -1,
            "filename": "RsSmw-5.30.48.tar.gz",
            "has_sig": false,
            "md5_digest": "664b279a1bb45522b7d2a3237b3518d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3106871,
            "upload_time": "2024-08-29T13:07:54",
            "upload_time_iso_8601": "2024-08-29T13:07:54.239377Z",
            "url": "https://files.pythonhosted.org/packages/62/6c/3a9ea46e022459cb25ac28bbb1edbb4821cf6723fce26195fe7b779d1493/RsSmw-5.30.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 13:07:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rssmw"
}
        
Elapsed time: 0.59691s