Kca3p1_MA2020#
- class braincell.channel.Kca3p1_MA2020(size, g_max=Quantity(120., 'mS / cm^2'), T_base=3.0, T=Quantity(295.15, 'K'), name=None)#
Template-based import of
Kca3p1_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.