CaHVA_SU2015_DCN#
- class braincell.channel.CaHVA_SU2015_DCN(size, perm=Quantity(7.5e-06, 'cm / s'), temp=Quantity(309.15, 'K'), qdeltat=1.0, name=None)#
Template-based import of
CaHVA_SU15_DCN.mod.- current(V, 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.