CARLsim
3.1.3
CARLsim: a GPU-accelerated SNN simulator
|
A struct for retrieving neuromodulator information of a group. More...
#include <carlsim_datastructures.h>
Public Attributes | |
float | base5HT |
baseline concentration of Serotonin More... | |
float | baseACh |
baseline concentration of Acetylcholine More... | |
float | baseDP |
baseline concentration of Dopamine More... | |
float | baseNE |
baseline concentration of Noradrenaline More... | |
float | decay5HT |
decay rate for Serotonin More... | |
float | decayACh |
decay rate for Acetylcholine More... | |
float | decayDP |
decay rate for Dopaamine More... | |
float | decayNE |
decay rate for Noradrenaline More... | |
The struct is used in test suite only. CARLsim API call provides a getter function CARLsim::getGroupNeuromodulatorInfo() for retrieving neuromodulator information of a group. A developer can write his/her test cases to test the neuromodulator parameters
Definition at line 398 of file carlsim_datastructures.h.
float base5HT |
Definition at line 400 of file carlsim_datastructures.h.
float baseACh |
Definition at line 401 of file carlsim_datastructures.h.
float baseDP |
Definition at line 399 of file carlsim_datastructures.h.
float baseNE |
Definition at line 402 of file carlsim_datastructures.h.
float decay5HT |
Definition at line 404 of file carlsim_datastructures.h.
float decayACh |
Definition at line 405 of file carlsim_datastructures.h.
float decayDP |
Definition at line 403 of file carlsim_datastructures.h.
float decayNE |
Definition at line 406 of file carlsim_datastructures.h.