Name: slowEPSP
Purpose: The slow EPSP model described in Bertrand PP, Thomas EA, Kunze WAA, Bornstein JC: A simple mathematical model of second messenger mediated slow excitatory post-synaptic potentials. Journal of Computational Neuroscience. (2000) 8(2):127-142
Provided by: _p3.c
Source: dyn_spsp.c
Examples: test_AH.py, test_sepsp.py
Inherits: Dynamics
Constructor: slowEPSP()
Provides: current, derivs, acceptor and enq as described in PyDynamics
NameTypeAttributesDescription
GmaxfloatRWmaximum conductance
ErfloatRWreversal potential
alphafloatRWcoupling constant
beta1floatRWdecay rate of stage 1
beta2floatRWdecay rate of stage 2
beta3floatRWdecay rate of stage 3
export_currentboolRWif set to True current is calculated by this Dynamics, otherise this Dynamics can be used to modulate another one (eg gKCa in ActionPotential
dsm2, dsm3floatRWstate variables (diffusible second messenger concentrations)
ddsm2dt, ddsm3dtfloatRWderivative of the state variables
dsm2Trace, dsm3Tracelist of floatsROtrace history of the state variables