skrf.network
skrf.frequency
skrf.networkSet
skrf.plotting
skrf.media
skrf.taper
skrf.calibration.calibration
skrf.calibration.deembedding
skrf.vi
skrf.vi.vna
skrf.vectorFitting
skrf.qfactor
skrf.time
skrf.circuit
skrf.media.device
skrf.mathFunctions
skrf.tlineFunctions
skrf.instances
skrf.constants
skrf.data
skrf.util
Perfect matched load (\(\Gamma_0 = 0\)).
nports (int) – number of ports
z0 (number, or array-like or None) – port impedance. Default is None, in which case the Media’s z0 is used. This sets the resultant Network’s z0.
z0
z0_norm (bool) – is z0 normalized to this media’s z0?
**kwargs (key word arguments) – passed to Network initializer
Network
match – a n-port match
Network object
Examples
>>> my_match = my_media.match(2,z0 = 50, name='Super Awesome Match')