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. 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.**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:
Networkobject