Metadata-Version: 2.4
Name: RsFswp
Version: 4.10
Summary: FSWP Phase Noise Analyzer Remote-control module
Author: Rohde & Schwarz GmbH & Co. KG
Maintainer: Rohde & Schwarz GmbH & Co. KG
License-Expression: MIT
Project-URL: Documentation, https://RsFswp.readthedocs.io/
Project-URL: Examples, https://github.com/Rohde-Schwarz/Examples/
Keywords: FSWP,FSPN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Instrument Drivers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: pyvisa>=1.13.0
Requires-Dist: typing-extensions>=4.0.0

==================================
 RsFswp
==================================

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

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

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

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

Rohde & Schwarz FSWP Phase Noise Analyzer RsFswp instrument driver.

Basic Hello-World code:

.. code-block:: python

    from RsFswp import *

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

Supported instruments: FSWP, FSPN

The package is hosted here: https://pypi.org/project/RsFswp/

Documentation: https://RsFswp.readthedocs.io/

Examples: https://github.com/Rohde-Schwarz/Examples/tree/main/SpectrumAnalyzers/Python/RsFswp_ScpiPackage


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

	Latest release notes summary: Update for FW 4.10

	Version 4.10
		- Update for FW 4.10>

	Version 3.0.1
		- Updated IQ Analyzer Application commands

	Version 3.0.0
		- Update for FSWP FW 3.0

	Version 2.0.1
		- Update Documentation

	Version 2.0.0
		- First released version

