unmyelinated_results.get_membrane_conductivity
- unmyelinated_results.get_membrane_conductivity(x: float | None = 0, t: float | None = 0, unit: str = 'S/cm**2', mem_th: float = 0.007) float
get the membrane conductivity 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