Nav1p1_RI2021_SC#
- class braincell.channel.Nav1p1_RI2021_SC(size, temp=Quantity(295.15, 'K'), g_max=Quantity(8., 'mS / cm^2'), gateCurrent=0.0, name=None, solver=None, substeps=None)#
Non-resurgent Nav1.1 sodium current, stellate-cell parameterisation.
The same non-resurgent
Narsgsodium current documented onNav1p1_MA2025_BC– derived from the Khaliq et al. (2003) [1] resurgent-current model and used for Kv3/Nav1.1 excitability studies by Akemann, Lundby, Mutoh & Knopfel (2009) [2] – imported here for the stellate-cell model of Rizza et al. (2021) [3].- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Channel state shape.temp (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Absolute temperature driving the \(\phi\) factor, default 22 degrees Celsius.g_max (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Maximal conductance density, default8.0 mS/cm2.gateCurrent (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Enables the gating-current correction incurrent()when nonzero, default0.0(disabled).solver (
str|None) – Override forMarkov’s default ODE solver.substeps (
int|None) – Override forMarkov’s default substep count.
See also
Nav1p1_MA2025_BCSame 13-state scheme and overridden constants, basket-cell model citation; the full kinetics, \(\phi\) formula and gating-current formula are documented there.
Nav1p6_RI2021_SCResurgent Nav1.6 sibling for the same stellate-cell model.
Notes
Ported from
Nav1p1_RI21_SC.mod. This class does not override__init__: the constructor signature, the 13-state kinetics, the \(\phi\) temperature scaling, theOon/epsilon/zgate/gunit/e0constants and the gating-current term incurrent()are all inherited unchanged fromNav1p1_MA2025_BC; only the citation and registration key differ.No import deviation is recorded for this mechanism in the bibliography’s
RI2021import-deviations tables.References