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... | |
Central element consist of two central neurons that are described by a little bit different dynamic than peripheral.
pyclustering.nnet.hhn.central_element.active_cond_potassium |
pyclustering.nnet.hhn.central_element.active_cond_sodium |
pyclustering.nnet.hhn.central_element.inactive_cond_sodium |
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__().
pyclustering.nnet.hhn.central_element.pulse_generation |
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__().