Revision History
RsFsw
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