skrf.media.media.Media.thru

Media.thru(z0=None, **kwargs)[source]

Matched transmission line of length 0.

Parameters:
  • z0 (number, or array-like or None) – port impedance. This sets the resultant Network’s z0. Default is None, the Media’s z0_port value is used. If z0_port is also None (by default), in which case the Media’s native z0 is used. A Media’s z0_port is an optional attribute for renormalizing resultant Network to a new reference impedance that differs from a Media’s native z0.

  • **kwargs (key word arguments) – passed to match(), which is called initially to create a ‘blank’ network.

Returns:

thru – matched transmission line of 0 length

Return type:

Network object

See also

line

this just calls line(0)

open, short, match