Metadata-Version: 2.1
Name: RsAreg800
Version: 5.0.57
Summary: AREG800A automotive radar echo generator Remote-control module
Home-page: UNKNOWN
Author: Rohde & Schwarz GmbH & Co. KG
License: MIT
Description: ==================================
         RsAreg800
        ==================================
        
        .. image:: https://img.shields.io/pypi/v/RsAreg800.svg
           :target: https://pypi.org/project/ RsAreg800/
        
        .. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
           :target: https://RsAreg800.readthedocs.io/
        
        .. image:: https://img.shields.io/pypi/l/RsAreg800.svg
           :target: https://pypi.python.org/pypi/RsAreg800/
        
        .. 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/RsAreg800.svg
           :target: https://pypi.python.org/pypi/RsAreg800/
        
        Rohde & Schwarz AREG800A automotive radar echo generator RsAreg800 instrument driver.
        
        Basic Hello-World code:
        
        .. code-block:: python
        
            from RsAreg800 import *
        
            instr = RsAreg800('TCPIP::192.168.2.101::hislip0')
            idn = instr.query('*IDN?')
            print('Hello, I am: ' + idn)
        
        Check out the full documentation on `ReadTheDocs <https://RsAreg800.readthedocs.io/>`_.
        
        Supported instruments: AREG
        
        The package is hosted here: https://pypi.org/project/RsAreg800/
        
        Documentation: https://RsAreg800.readthedocs.io/
        
        Examples: https://github.com/Rohde-Schwarz/Examples/
        
        
        Version history
        ----------------
        
        	Latest release notes summary: First release for FW 5.00.057
        
        	Version 5.0.57
        		- First release for FW 5.00.057
        
        
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
