AHP_De1994#
- class braincell.channel.AHP_De1994(size, n=2, g_max=Quantity(10., 'mS / cm^2'), alpha=48.0, beta=0.09, phi=1.0, name=None)#
Destexhe 1994 calcium-dependent after-hyperpolarization current.
- 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.