Metadata-Version: 2.1
Name: RsPulseSeq
Version: 2.7.1
Summary: Pulse Sequencer radar simulation software Remote-control module
Home-page: UNKNOWN
Author: Rohde & Schwarz GmbH & Co. KG
License: MIT
Description: ==================================
         RsPulseSeq
        ==================================
        
        .. image:: https://img.shields.io/pypi/v/RsPulseSeq.svg
           :target: https://pypi.org/project/ RsPulseSeq/
        
        .. image:: https://readthedocs.org/projects/sphinx/badge/?version=master
           :target: https://RsPulseSeq.readthedocs.io/
        
        .. image:: https://img.shields.io/pypi/l/RsPulseSeq.svg
           :target: https://pypi.python.org/pypi/RsPulseSeq/
        
        .. 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/RsPulseSeq.svg
           :target: https://pypi.python.org/pypi/RsPulseSeq/
        
        Rohde & Schwarz Pulse Sequencer radar simulation software RsPulseSeq instrument driver.
        
        Basic Hello-World code:
        
        .. code-block:: python
        
            from RsPulseSeq import *
        
            instr = RsPulseSeq('TCPIP::192.168.2.101::hislip0')
            idn = instr.query('*IDN?')
            print('Hello, I am: ' + idn)
        
        Supported instruments: PulseSequencer
        
        The package is hosted here: https://pypi.org/project/RsPulseSeq/
        
        Documentation: https://RsPulseSeq.readthedocs.io/
        
        Examples: https://github.com/Rohde-Schwarz/Examples/
        
        
        Version history
        ----------------
        
        	Latest release notes summary: Update for SW version 2.7
        
        	Version 2.7.1
        		- Update for SW version 2.7
        
        	Version 2.4.1
        		- Included all three variants - RF, Digital, DFS
        
        	Version 2.4.0
        		- First release for FW 2.4
        
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
