electricpy.passive.inductordischarge¶
- electricpy.passive.inductordischarge(t, Io, R, L)[source]¶
Discharging Inductor Formula.
Calculates the Voltage and Current of an inductor that is discharging its stored energy.
\[I_L=I_0*e^{\frac{-R*t}{L}}// V_L=I_0*R*(1-e^{\frac{-R*t}{L}})\]