Metadata-Version: 2.1
Name: RsCMPX-NrFr2Meas
Version: 4.0.185
Summary: CMX/CMP New Radio FR2 Measurement Remote-control module
Home-page: UNKNOWN
Author: Rohde & Schwarz GmbH & Co. KG
License: MIT
Description: ==================================
         RsCMPX_NrFr2Meas
        ==================================
        
        .. image:: https://img.shields.io/pypi/v/RsCMPX_NrFr2Meas.svg
           :target: https://pypi.org/project/ RsCMPX_NrFr2Meas/
        
        .. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
           :target: https://RsCMPX_NrFr2Meas.readthedocs.io/
        
        .. image:: https://img.shields.io/pypi/l/RsCMPX_NrFr2Meas.svg
           :target: https://pypi.python.org/pypi/RsCMPX_NrFr2Meas/
        
        .. 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_NrFr2Meas.svg
           :target: https://pypi.python.org/pypi/RsCMPX_NrFr2Meas/
        
        Rohde & Schwarz CMX/CMP New Radio FR2 Measurement RsCMPX_NrFr2Meas instrument driver.
        
        Basic Hello-World code:
        
        .. code-block:: python
        
            from RsCMPX_NrFr2Meas import *
        
            instr = RsCMPX_NrFr2Meas('TCPIP::192.168.2.101::hislip0')
            idn = instr.query('*IDN?')
            print('Hello, I am: ' + idn)
        
        Check out the full documentation on `ReadTheDocs <https://RsCMPX_NrFr2Meas.readthedocs.io/>`_.
        
        Supported instruments: CMX500, CMP200
        
        The package is hosted here: https://pypi.org/project/RsCMPX_NrFr2Meas/
        
        Documentation: https://RsCMPX_NrFr2Meas.readthedocs.io/
        
        Examples: https://github.com/Rohde-Schwarz/Examples/
        
        
        Version history
        ----------------
        
        	Latest release notes summary: Update for FW 4.0.185
        
        	Version 4.0.185
        		- Update for FW 4.0.185
        
        	Version 4.0.140
        		- Update of RsCMPX_NrFr2Meas to FW 4.0.140 from the complete FW package 7.10.0
        
        	Version 4.0.60
        		- Update of RsCMPX_NrFr2Meas to FW 4.0.60
        
        	Version 4.0.10
        		- First released version
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
