Cav1p2_MA2020#
- class braincell.channel.Cav1p2_MA2020(size, g_max=Quantity(0., 'mS / cm^2'), V_sh=Quantity(0., 'mV'), temp=Quantity(295.15, 'K'), q10=1.0, temp_ref=Quantity(295.15, 'K'), name=None)#
Evans/Beining Cav1.2 calcium current with calcium-dependent inactivation.
- 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.