Contents:
R
Bases: object
object
Represents a resistor 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
R_value (float) – Resistance value [Ohm]
Calculate the admittance of a resistor R
Y = 1/R
Y – Complex admittance
complex