Name:
prCa_C
Purpose:
Ca current and track internal calcium for use by Ca dependent dynamics
Provided by:
_p3.c
Source:
dyn_pr.c
Examples:
test_pr.py
Inherits:
Dynamics
Constructor:
prCa_C()
Provides:
current
,
derivs
as described in
PyDynamics
Name
Type
Attributes
Description
gCa
float
RW
maximum conductance
VCa
float
RW
reversal potential
s
float
RW
activation gating variable (state variable)
dsdt
float
RW
derivative of activation gating variable
sTrace
list of floats
RO
trace history of the activation gating variable
Ca
float
RW
internal calcium (state variable)
dCadt
float
RW
derivative of internal calcium
CaTrace
list of floats
RO
trace history of internal calcium