skrf.media.circularWaveguide.CircularWaveguide.match
- CircularWaveguide.match(nports=1, z0=None, z0_norm=False, **kwargs)
Perfect matched load (\(\Gamma_0 = 0\)).
- Parameters:
nports (int) – number of ports
z0 (number, or array-like or None) – port impedance. This sets the resultant
Network’sz0. Default is None, the Media’sz0_portvalue is used. Ifz0_portis also None (by default), in which case the Media’s nativez0is used. A Media’sz0_portis an optional attribute for renormalizing resultantNetworkto a new reference impedance that differs from a Media’s nativez0.z0_norm (bool) – is z0 normalized to this media’s z0?
**kwargs (key word arguments) – passed to
Networkinitializer
- Returns:
match – a n-port match
- Return type:
Networkobject
Examples
>>> my_match = my_media.match(2,z0 = 50, name='Super Awesome Match')