CdpLVA_SU2015_DCN#
- class braincell.ion.CdpLVA_SU2015_DCN(size, temp=Quantity(309.15, 'K'), kCal=Quantity(3.45e-07, '1 / C'), tauCal=Quantity(70., 'ms'), caliBase=Quantity(5.e-05, 'mM'), depth=Quantity(0.2, 'um'), Co=None, Ci_initializer=None, name=None, **channels)#
Template-based import of
CdpLVA_SU15_DCN.mod.The imported NEURON mechanism evolves intracellular calcium via:
\[cali' = -\frac{kCal}{depth} \cdot ical \cdot 10^4 - \frac{cali - caliBase}{tauCal}\]In BrainCell this pool is still exposed through the standard calcium
Ci/Co/Einterface, withCicorresponding to the NMODLcali.- uses_total_current = True#
When true, the template precomputes the aggregate ion current and passes it to
derivative(..., total_current=...).