skrf.media.definedAEpTandZ0.DefinedAEpTandZ0.match

DefinedAEpTandZ0.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. Default is None, in which case the Media’s z0 is used. This sets the resultant Network’s z0.

  • z0_norm (bool) – is z0 normalized to this media’s z0?

  • **kwargs (key word arguments) – passed to Network initializer

Returns:

match – a n-port match

Return type:

Network object

Examples

>>> my_match = my_media.match(2,z0 = 50, name='Super Awesome Match')