Kca2p2_MA2020#
- class braincell.channel.Kca2p2_MA2020(size, g_max=Quantity(38., 'mS / cm^2'), T_base=3.0, diff=3.0, T=Quantity(295.15, 'K'), name=None, solver='backward_euler', substeps=1)#
Template-based import of
Kca2p2_MA20_GoC.mod.- current(V, K, Ca)[source]#
Calculate the current for this ion channel.
This method should be implemented by subclasses to compute the current based on the channel’s specific properties and state.
- Parameters:
*args – Variable length argument list.
**kwargs – Arbitrary keyword arguments.
- Raises:
NotImplementedError – This method must be implemented by subclasses.