RsSmbv


NameRsSmbv JSON
Version 5.30.48 PyPI version JSON
download
home_pageNone
SummarySMBV100B Vector Signal Generator Remote-control module
upload_time2024-08-29 15:30:56
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.
            ==================================
 RsSmbv
==================================

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

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

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

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

Rohde & Schwarz SMBV100B Vector Signal Generator RsSmbv instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsSmbv import *

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

Supported instruments: SMBV100B, SMW200A

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

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

Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmbv_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.47
		- Update for FW 5.30.47
		- Removed Legacy Options: Sirius, FM Sterea, XM Radio

	Version 5.0.45
		- Update for FW 5.0
		- Added DigitalModulation Interface.
		- Updated core to the newest template.

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

	Version 4.80.2.18
		- Fixed several misspelled arguments and command headers

	Version 4.80.2.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.80.0.13
		- Fixed NR5G Repeated Capabilities

	Version 4.80.0.12
		- Added Documentation
		- Added method RsSmbv.list_resources()

	Version 4.80.0.9
		- Default HwInterface repcap is 0 (empty command suffix)

	Version 4.80.0.8
		- Added arb_files interface

	Version 4.80.0.7
		- Included GNSS subsystem

	Version 4.80.0.2
		- First released version

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "RsSmbv",
    "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/1e/44/59d5d10d6bf12125922734f7145e8ce99769eda180daba368e8ebe93a9e4/RsSmbv-5.30.48.tar.gz",
    "platform": null,
    "description": "==================================\r\n RsSmbv\r\n==================================\r\n\r\n.. image:: https://img.shields.io/pypi/v/RsSmbv.svg\r\n   :target: https://pypi.org/project/ RsSmbv/\r\n\r\n.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master\r\n   :target: https://rohde-schwarz.github.io/RsSmbv_PythonDocumentation\r\n\r\n.. image:: https://img.shields.io/pypi/l/RsSmbv.svg\r\n   :target: https://pypi.python.org/pypi/RsSmbv/\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/RsSmbv.svg\r\n   :target: https://pypi.python.org/pypi/RsSmbv/\r\n\r\nRohde & Schwarz SMBV100B Vector Signal Generator RsSmbv instrument driver.\r\n\r\nBasic Hello-World code:\r\n\r\n.. code-block:: python\r\n\r\n    from RsSmbv import *\r\n\r\n    instr = RsSmbv('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: SMBV100B, SMW200A\r\n\r\nThe package is hosted here: https://pypi.org/project/RsSmbv/\r\n\r\nDocumentation: https://rohde-schwarz.github.io/RsSmbv_PythonDocumentation/\r\n\r\nExamples: https://github.com/Rohde-Schwarz/Examples/tree/main/SignalGenerators/Python/RsSmbv_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.47\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.0.45\r\n\t\t- Update for FW 5.0\r\n\t\t- Added DigitalModulation Interface.\r\n\t\t- Updated core to the newest template.\r\n\r\n\tVersion 4.80.2.22\r\n\t\t- Fixed bug in interfaces with the name 'base', new docu format\r\n\r\n\tVersion 4.80.2.18\r\n\t\t- Fixed several misspelled arguments and command headers\r\n\r\n\tVersion 4.80.2.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.80.0.13\r\n\t\t- Fixed NR5G Repeated Capabilities\r\n\r\n\tVersion 4.80.0.12\r\n\t\t- Added Documentation\r\n\t\t- Added method RsSmbv.list_resources()\r\n\r\n\tVersion 4.80.0.9\r\n\t\t- Default HwInterface repcap is 0 (empty command suffix)\r\n\r\n\tVersion 4.80.0.8\r\n\t\t- Added arb_files interface\r\n\r\n\tVersion 4.80.0.7\r\n\t\t- Included GNSS subsystem\r\n\r\n\tVersion 4.80.0.2\r\n\t\t- First released version\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SMBV100B Vector Signal Generator Remote-control module",
    "version": "5.30.48",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9aa3eb1e10ab864f763bae335ec5e798b6f46fa13c3f8aa0e8f17bb46ee7c5e7",
                "md5": "f8249593ff44d1cddb530dc1db468252",
                "sha256": "07a077ea40c9437cba5c9ddcfdf955bb5a940b8dcf479fc6f6541cea1167898b"
            },
            "downloads": -1,
            "filename": "RsSmbv-5.30.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8249593ff44d1cddb530dc1db468252",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9785182,
            "upload_time": "2024-08-29T15:31:02",
            "upload_time_iso_8601": "2024-08-29T15:31:02.820177Z",
            "url": "https://files.pythonhosted.org/packages/9a/a3/eb1e10ab864f763bae335ec5e798b6f46fa13c3f8aa0e8f17bb46ee7c5e7/RsSmbv-5.30.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e4459d5d10d6bf12125922734f7145e8ce99769eda180daba368e8ebe93a9e4",
                "md5": "1a04854ccf106e59c824ec9b833c81b7",
                "sha256": "d91aae32db8b6c279021ea1747b4181e45d4eefb9d21842f853982bf6cdca756"
            },
            "downloads": -1,
            "filename": "RsSmbv-5.30.48.tar.gz",
            "has_sig": false,
            "md5_digest": "1a04854ccf106e59c824ec9b833c81b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2460719,
            "upload_time": "2024-08-29T15:30:56",
            "upload_time_iso_8601": "2024-08-29T15:30:56.306924Z",
            "url": "https://files.pythonhosted.org/packages/1e/44/59d5d10d6bf12125922734f7145e8ce99769eda180daba368e8ebe93a9e4/RsSmbv-5.30.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 15:30:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rssmbv"
}
        
Elapsed time: 0.26459s