skrf.media.mline.MLine.shunt_inductor
- MLine.shunt_inductor(L, **kwargs)
Shunted inductor.
- Parameters:
L (number, array-like) – Inductance in Henries.
**kwargs (arguments, keyword arguments) – passed to func:inductor
- Returns:
shunt_inductor – shunted inductor(2-port)
- Return type:
Network
object
Notes
This calls:
shunt(inductor(L, **kwargs) ** short())