IL#

class braincell.channel.IL(size, g_max=Quantity(0.1, 'mS / cm^2'), E=Quantity(-70., 'mV'), name=None)#

The leakage channel current.

Parameters:
current(V)[source]#

Calculate the current through the leakage channel.

Parameters:
  • V (array-like) – The membrane potential.

  • Raises

  • -------

  • NotImplementedError – This method should be implemented by subclasses.

root_type#

alias of HHTypedNeuron