Kv4p3_MA2020_GrC#
- class braincell.channel.Kv4p3_MA2020_GrC(size, g_max=Quantity(3.2, 'mS / cm^2'), temp=Quantity(303.15, 'K'), name=None)#
Template-based import of
Kv4p3_MA2020_GrC.mod.- current(V, K, *unused)[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.