Kv1p5_MA2024_PC#
- class braincell.channel.Kv1p5_MA2024_PC(size, g_max=Quantity(0.00013195, 'S / cm^2'), temp=Quantity(310.15, 'K'), Tauact=1.0, Tauinactf=1.0, Tauinacts=1.0, name=None)#
Template-based import of the active K-current path in
Kv1p5_MA24_PC.mod.- current(V, K)[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.