axon_results.get_membrane_conductivity
- axon_results.get_membrane_conductivity(x: float | None = None, t: float | None = None, i_x: int | ndarray | None = None, i_t: int | ndarray | None = None, unit: str = 'S/cm**2', mem_th: float = 0.007) float[source]
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