Na_Ba2002#

class braincell.channel.Na_Ba2002(size, g_max=Quantity(90., 'mS / cm^2'), temp=Quantity(309.15, 'K'), q10=3.0, temp_ref=Quantity(309.15, 'K'), V_sh=Quantity(-50., 'mV'), name=None)#

Bazhenov 2002 sodium current with \(p^3 q\) HH gating.

current(V, Na)[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 Sodium