electricpy.passive.inductorcharge¶
- electricpy.passive.inductorcharge(t, Vs, R, L)[source]¶
Charging Inductor Formula.
Calculates the Voltage and Current of an inductor that is charging/storing energy.
\[V_L = V_s*e^{\frac{-R*t}{L}}// I_L = \frac{V_s}{R}*(1-e^{\frac{-R*t}{L}})\]