fascicle_results.get_membrane_conductivity

fascicle_results.get_membrane_conductivity(x: float = 0, t: float = 0, unit: str = 'S/cm**2', mem_th: float = 0.007) <MagicMock name='mock.array' id='139958333163664'>[source]

get the membran conductivity of each axon at a position x and a time t

Parameters:
  • x (float, optional) – x-position in um where to get the conductivity, by default 0

  • t (float, optional) – simulation time in ms when to get the conductivity, by default 0

  • unit (str, optional) – unit of the returned conductivity see units, by default “S/cm**2”

  • mem_th (float, optional) – membrane thickness in um, by default 7*nm

Note

depending of the unit parameter this function either return :

  • the surface conductivity in [S]/([m]*[m]): from neuron simulation

  • the conductivity in [S]/[m]: by multiplying surface conductivity by membrane thickness