skrf.media.circularWaveguide.CircularWaveguide.shunt_capacitor
- CircularWaveguide.shunt_capacitor(C, **kwargs)
Shunted capacitor.
- Parameters:
C (number, array-like) – Capacitance in Farads.
**kwargs (arguments, keyword arguments) – passed to func:capacitor
- Returns:
shunt_capacitor – shunted capacitor (2-port)
- Return type:
Network
object
Notes
This calls:
shunt(capacitor(C, **kwargs) ** short())