Metadata-Version: 2.1
Name: RsCMPX_Base
Version: 4.0.140
Summary: CMX/CMP/PVT Base System Remote-control module
Home-page: UNKNOWN
Author: Rohde & Schwarz GmbH & Co. KG
License: MIT
Description: ==================================
         RsCMPX_Base
        ==================================
        
        .. image:: https://img.shields.io/pypi/v/RsCMPX_Base.svg
           :target: https://pypi.org/project/ RsCMPX_Base/
        
        .. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
           :target: https://RsCMPX_Base.readthedocs.io/
        
        .. image:: https://img.shields.io/pypi/l/RsCMPX_Base.svg
           :target: https://pypi.python.org/pypi/RsCMPX_Base/
        
        .. 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_Base.svg
           :target: https://pypi.python.org/pypi/RsCMPX_Base/
        
        Rohde & Schwarz CMX/CMP/PVT Base System RsCMPX_Base instrument driver.
        
        Basic Hello-World code:
        
        .. code-block:: python
        
            from RsCMPX_Base import *
        
            instr = RsCMPX_Base('TCPIP::192.168.56.101::5025::SOCKET', reset=True)
            idn = instr.query('*IDN?')
            print('Hello, I am: ' + idn)
        
        Check out the full documentation on `ReadTheDocs <https://RsCMPX_Base.readthedocs.io/>`_.
        
        Supported instruments: CMX500, CMP200, CMP180, PVT360
        
        The package is hosted here: https://pypi.org/project/RsCMPX_Base/
        
        Documentation: https://RsCMPX_Base.readthedocs.io/
        
        Examples: https://github.com/Rohde-Schwarz/Examples/
        
        
        Version history:
        ----------------
        
        	Latest release notes summary: Update of RsCMPX_Base to FW 4.0.140 from the complete FW package 7.10.0
        
        	Version 4.0.140.19
        		- Update of RsCMPX_Base to FW 4.0.140 from the complete FW package 7.10.0
        
        	Version 4.0.40
        		- Update of RsCMPX_Base to FW 4.0.40
        
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
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
