Kca2p2_MA2024_PC

Contents

Kca2p2_MA2024_PC#

class braincell.channel.Kca2p2_MA2024_PC(size, g_max=Quantity(38., 'mS / cm^2'), q10_base=3.0, diff=3.0, temp=Quantity(295.15, 'K'), name=None, solver=None, substeps=None)#

Kca2.2 calcium-activated K current, Purkinje-cell parameterisation.

The same seven-state Kca2.2 Markov scheme documented in Kca2p2_MA2020_GoC – kinetics from the recombinant SK-channel gating scheme of (Hirschberg et al., 1998) [1] as implemented by (Solinas et al., 2007) [2] – reused unchanged for the human Purkinje cell model of (Masoli et al., 2024) [3].

Parameters:

See also

Kca2p2_MA2020_GoC

The base class; full state topology, equations, and the 22/23 degree Celsius temperature note are documented there.

Kca2p2_MA2025_BC

Same kinetics, basket-cell model citation.

Kca2p2_MA2020_GrC

Same kinetics, granule-cell model citation.

Kca2p2_RI2021_SC

Same kinetics, stellate-cell model citation.

Notes

Ported from Kca2p2_MA24_PC.mod. This class does not override __init__: the constructor, state topology, and rate methods are all inherited unchanged from Kca2p2_MA2020_GoC. Only the register_channel key and this docstring’s model citation differ.

References