pyclustering.nnet.hhn.central_element Class Reference

Central element consist of two central neurons that are described by a little bit different dynamic than peripheral. More...

Public Member Functions

def __init__ (self)
 Constructor of central element.
 
def __repr__ (self)
 Returns string that represents central element.
 

Public Attributes

 membrane_potential
 Membrane potential of cenral neuron (V). More...
 
 active_cond_sodium
 Activation conductance of the sodium channel (m). More...
 
 inactive_cond_sodium
 Inactivaton conductance of the sodium channel (h). More...
 
 active_cond_potassium
 Activaton conductance of the sodium channel (h). More...
 
 pulse_generation
 Spike generation of central neuron. More...
 
 pulse_generation_time
 Timestamps of generated pulses. More...
 

Detailed Description

Central element consist of two central neurons that are described by a little bit different dynamic than peripheral.

See also
hhn_network

Definition at line 128 of file hhn.py.

Member Data Documentation

◆ active_cond_potassium

pyclustering.nnet.hhn.central_element.active_cond_potassium

Activaton conductance of the sodium channel (h).

Definition at line 152 of file hhn.py.

◆ active_cond_sodium

pyclustering.nnet.hhn.central_element.active_cond_sodium

Activation conductance of the sodium channel (m).

Definition at line 146 of file hhn.py.

◆ inactive_cond_sodium

pyclustering.nnet.hhn.central_element.inactive_cond_sodium

Inactivaton conductance of the sodium channel (h).

Definition at line 149 of file hhn.py.

◆ membrane_potential

pyclustering.nnet.hhn.central_element.membrane_potential

Membrane potential of cenral neuron (V).

Definition at line 143 of file hhn.py.

Referenced by pyclustering.nnet.hhn.central_element.__repr__().

◆ pulse_generation

pyclustering.nnet.hhn.central_element.pulse_generation

Spike generation of central neuron.

Definition at line 155 of file hhn.py.

◆ pulse_generation_time

pyclustering.nnet.hhn.central_element.pulse_generation_time

Timestamps of generated pulses.

Definition at line 158 of file hhn.py.

Referenced by pyclustering.nnet.hhn.central_element.__repr__().


The documentation for this class was generated from the following file: