Revision History

RsFswp

https://img.shields.io/pypi/v/RsFswp.svg https://readthedocs.org/projects/sphinx/badge/?version=master https://img.shields.io/pypi/l/RsFswp.svg https://img.shields.io/pypi/pyversions/pybadges.svg https://img.shields.io/pypi/dm/RsFswp.svg

Rohde & Schwarz FSWP Phase Noise Analyzer RsFswp instrument driver.

Basic Hello-World code:

from RsFswp import *

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

Check out the full documentation on ReadTheDocs.

Supported instruments: FSWP, FSPN

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

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

Version history

Latest release notes summary: Updated IQ Analyzer Application commands

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