neat.PhysNode.calc_i_tot

PhysNode.calc_i_tot(channel_storage, channel_names=None, v=None)[source]

Get the total conductance of the membrane at a steady state given voltage, if nothing is given, the equilibrium potential is used to compute membrane conductance.

Parameters:
  • channel_storage (dict {channel_name: channel_instance}) – dict where all ion channel objects present on the node are stored

  • channel_names (List[str]) – the names of the channels to be included included in the conductance calculation

  • v (float (optional, defaults to self.v_ep)) – the potential (in mV) at which to compute the membrane conductance

Returns:

the total conductance of the membrane (uS / cm^2)

Return type:

float