Cav3p1Test_PC24#
- class braincell.channel.Cav3p1Test_PC24(size, g_max=Quantity(0.00025, 'S / cm^2'), temp=Quantity(295.15, 'K'), q10=3.0, temp_ref=Quantity(310.15, 'K'), name=None)#
Template-based import of
Cav3_1_test.mod.This PC24 test variant removes the GHK drive entirely and uses a direct conductance-density style current law:
\[I_{Ca} = g_{max} \, p^2 q\]The source NMODL keeps the same steady-state and tau formulas as the Cav3.1 template, including the gate-temperature handling encoded directly in the tau expressions.
- 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.