scikit-rf (aka skrf) is an Open Source, BSD-licensed package for RF/Microwave engineering implemented in the Python programming language. It provides a modern, object-oriented library which is both flexible and scalable. The documentation below is broken up into three sections; narrative tutorials, practical examples, and a reference API.
DocumentationΒΆ
- Tutorials
- Examples
- API
- frequency (
skrf.frequency
) - network (
skrf.network
) - networkSet (
skrf.networkSet
) - circuit (
skrf.circuit
) - plotting (
skrf.plotting
) - mathFunctions (
skrf.mathFunctions
) - tlineFunctions (
skrf.tlineFunctions
) - constants (
skrf.constants
) - util (
skrf.util
) - io (
skrf.io
) - calibration (
skrf.calibration.calibration
) - media (
skrf.media
) - virtual instruments (
skrf.vi
)
- frequency (