Contents:
C
Bases: object
object
Represent a capacitor component
node_minus (int) – The node to which the negative terminal is connected
node_plus (int) – The node to which the positive terminal is connected
C_value (float) – Capacitance value [F]
Calculate the admittance of a capacitor C
Y = z * C
z (complex) – Complex variable (complex frequency)
Y – Complex admittance
complex