Ca_ZH2019_IO#

class braincell.channel.Ca_ZH2019_IO(size, g_max=Quantity(0.4, 'mS / cm^2'), E=Quantity(120., 'mV'), mMidV=Quantity(-61., 'mV'), name=None)#

Template-based import of Ca_ZH2019_IO.mod.

current(V)[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.

root_type#

alias of HHTypedNeuron