Metadata-Version: 2.1
Name: RsCMPX-Gprf
Version: 5.0.90
Summary: CMX/CMP/PVT Global Purpose RF Remote-control module
Home-page: UNKNOWN
Author: Rohde & Schwarz GmbH & Co. KG
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: PyVisa (>=1.11.3)

==================================
 RsCMPX_Gprf
==================================

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

.. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
   :target: https://RsCMPX_Gprf.readthedocs.io/

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

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

Rohde & Schwarz CMX/CMP/PVT Global Purpose RF RsCMPX_Gprf instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsCMPX_Gprf import *

    instr = RsCMPX_Gprf('TCPIP::192.168.2.101::hislip0')
    idn = instr.query('*IDN?')
    print('Hello, I am: ' + idn)

Supported instruments: CMX500, CMP200, CMP180, PVT360

The package is hosted here: https://pypi.org/project/RsCMPX-Gprf/

Documentation: https://RsCMPX-Gprf.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/


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

	Latest release notes summary: Update for CMP FW 5.0.90

	Version 5.0.90
		- Update for CMP FW 5.0.90

	Version 5.0.20
		- Update for CMP200 5.0.20

	Version 4.0.172
		- Fixed documentation

	Version 4.0.171
		- Updated MMI commands for the FW 4.0.170

	Version 4.0.170
		- Fixed documentation

	Version 4.0.140
		- Update of RsCMPX_Gprf to FW 4.0.140 from the complete FW package 7.10.0

	Version 4.0.110
		- Fixed generation of specific interfaces, new core

	Version 4.0.20
		- Update for the FW verision 4.0.20

	Version 4.0.12
		- First released version


