Central element consist of two central neurons that are described by a little bit different dynamic than peripheral.
More...
|
def | __init__ (self) |
| Constructor of central element.
|
|
def | __repr__ (self) |
| Returns string that represents central element.
|
|
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.
◆ 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 |
◆ 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 |
The documentation for this class was generated from the following file: