KNI_Ya1989#
- class braincell.channel.KNI_Ya1989(size, g_max=Quantity(0.004, 'mS / cm^2'), temp=Quantity(309.15, 'K'), q10=1.0, temp_ref=Quantity(309.15, 'K'), tau_max=Quantity(4000., 'ms'), V_sh=Quantity(0., 'mV'), name=None)#
Yamada 1989 slow non-inactivating potassium current.
- 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.