skrf.media.coaxial.Coaxial.short
- Coaxial.short(nports=1, z0=None, **kwargs)
Short (\(\Gamma_0 = -1\))
For s_def = ‘power’ (\(-Z_{ref}^*/Z_{ref}\))
- Parameters:
nports (int) – number of ports
**kwargs (key word arguments passed to
load().)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.
- Returns:
match – a n-port short circuit
- Return type:
Networkobject
Notes
This calls
load(-1.0, nports, **kwargs)