Contents:
L
Bases: object
object
Represents an inductor 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
L_value (float) – Inductance value [H]
Calculate the admittance of an inductor L
Y = 1/s*L
z (complex) – Complex variable (complex frequency)
Y – Complex admittance
complex