costCurrentDischargeTime(C, Umax, Umin, I, ESR)

import electronics.rlc.dischargetime-1

Calculate the discharge time of a capacitor under constant current load.

import electronics.rlc.dischargetime-1;
costCurrentDischargeTime( 1.4F, // capacitance 2V, // carged voltage 1.0V, // discharged voltage 50mA, // load current 1.5Ohm // ESR of the cap )
CThe capacitance of the capacitor.
UmaxThe carged voltage of the capacitor. Discharging beginns from here.
UminThe discarged voltage of the capacitor. Discharging ends here (for example the buck-boost converter shuts down at this voltage level).
IThe loading current.
ESRThe equivalent series resistance of the capacitor. Optional. If not given, 0 is assumed.
return valueThe discharge time of the capacitor.