skrf.media.mline.MLine.thru

MLine.thru(z0=None, **kwargs)

Matched transmission line of length 0.

Parameters:
  • 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.

  • **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