Kca1p1_MA2025_BC#
- class braincell.channel.Kca1p1_MA2025_BC(size, g_max=Quantity(10., 'mS / cm^2'), q10_base=3.0, temp=Quantity(295.15, 'K'), name=None, solver=None, substeps=None)#
Kca1.1 Ca- and voltage-activated K current, basket-cell variant.
The same ten-state Kca1.1 Markov scheme documented in
Kca1p1_MA2020_GoC– parameters from the allosteric BK-channel gating scheme of (Cox, Cui, & Aldrich, 1997) [1] as adapted by (Anwar, Hong, & De Schutter, 2012) [2] – reused unchanged for the cerebellar basket cell model of (Masoli et al., 2025) [3].- Parameters:
size (
int|Sequence[int] |integer|Sequence[integer]) – Channel state shape.g_max (
Array|ndarray|bool|number|bool|int|float|complex|Quantity|Callable) – Maximal conductance density, default10.0 mS/cm2. Inherited fromKca1p1_MA2020_GoC.q10_base (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Q10 temperature coefficient, default3.0. Inherited fromKca1p1_MA2020_GoC.temp (
Array|ndarray|bool|number|bool|int|float|complex|Quantity) – Absolute temperature, default 22 degrees Celsius. Inherited fromKca1p1_MA2020_GoC.substeps (
int|None) – Number of solver substeps per integration step.
See also
Kca1p1_MA2020_GoCThe base class; full state topology, equations, the 22/23 degree Celsius temperature note, and the unused
L0attribute are documented there.Kca1p1_MA2020_GrCSame kinetics, granule-cell model citation.
Kca1p1_MA2024_PCSame kinetics, Purkinje-cell model citation.
Kca1p1_RI2021_SCSame kinetics, stellate-cell model citation.
Notes
Ported from
Kca1p1_MA25_BC.mod. This class does not override__init__: the constructor, state topology, and rate methods are all inherited unchanged fromKca1p1_MA2020_GoC. Only theregister_channelkey and this docstring’s model citation differ.References