Revision History

RsFsw

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

Rohde & Schwarz FSW Spectrum Analyzer RsFsw instrument driver.

Basic Hello-World code:

from RsFsw import *

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

Supported instruments: FSW, FSVA3000

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

Documentation: https://rohde-schwarz.github.io/RsFsw_PythonDocumentation/

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

Version history

Latest release notes summary: Update for FSW FW 6.00

Version 6.0.0
  • Update for FSW FW 6.00

Version 5.20.1
  • Updated IQ Analyzer Application commands

Version 5.20.0
  • Fixed Documentation

Version 5.0.0
  • First released version