Capacitor
rfnetwork.elements.Capacitor
- class rfnetwork.elements.Capacitor(value=0, shunt=False)
Bases:
LumpedElementIdeal Capacitor network element.
Parameters
- valuefloat
Resistance (Ohms), capacitance (F), or inductance (H) of lumped component.
- shuntbool, default: False
If True, port 2 is connected to ground and port 1 is transformed into a 2-port component that can be cascaded with other components.
Methods
Capacitor.evaluate_sdata(frequency)Returns s-matrix of the component.
Attributes