pyRFtk is a Python library able to build and analyse RF circuits, originally designed for ICRH antennae but now widely deployable. you can:
- Incorporate touchstone files to create your own elements
- See the currents throughout your circuit
- Compute S-matrices
- Detect Arcs
- Deembed systems
- ...
pyRFtk is available as a pip package:
pip install pyRFtk
Or using your favorite distribution platform
The code was developed by RF-engineer Frederic Durodie and later on refactored, packaged and documented by Arthur Adriaens
This code was extensively used for the paper An automatic matching system for the ICRF antenna at TOMAS: Development and experimental proof, the code for which may be found in the examples folder.