Nav1p1_MA2025_BC#
- class braincell.channel.Nav1p1_MA2025_BC(size, temp=Quantity(295.15, 'K'), g_max=Quantity(8., 'mS / cm^2'), gateCurrent=0.0, name=None, solver='rk4', substeps=5)#
Template-based import of
Nav1p1_MA2025_BC.mod.- current(V, Na)[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.