skrf.network
skrf.frequency
skrf.networkSet
skrf.plotting
skrf.taper
skrf.calibration.calibration
skrf.vi
skrf.vectorFitting
skrf.time
skrf.circuit
skrf.media.device
skrf.mathFunctions
skrf.tlineFunctions
skrf.instances
skrf.constants
skrf.data
skrf.util
skrf.io.touchstone
skrf.io.general
skrf.io.csv
constructor
file (str or file-object) – touchstone file to load
Examples
From filename
>>> t = rf.Touchstone('network.s2p')
From file-object
>>> file = open('network.s2p') >>> t = rf.Touchstone(file)