Exponential pulse current source
Simscape / Electrical / Additional Components / SPICE Sources
The Exponential Current Source block represents a current source whose output current value is an exponential pulse as a function of time and is independent of the voltage across the terminals of the source. The following equations describe the current through the source as a function of time:
where:
I1 is the Initial value, I1 parameter value.
I2 is the Pulse value, I2 parameter value.
TDR is the Rise delay time, TDR parameter value.
TR is the Rise time, TR parameter value.
TDF is the Fall delay time, TDF parameter value.
TF is the Fall time, TF parameter value.
The block uses a small conductance internally to prevent numerical simulation issues. The conductance connects the + and - ports of the device and has a conductance GMIN:
By default, GMIN matches the GMIN
parameter of the Environment Parameters
block, whose default value is 1e–12
.
To change GMIN, add an Environment Parameters block to your model and set the GMIN parameter to the desired value.