struct T_SYNAPSE

Intermediate Synapse object

int idx
A unique ID is assigned to each Synapse object
char* name
Pointer to object string name
long Seed
Random number seed
int SfdIdx
Index (ID) of the Short Term Synaptic Dynamics (RSE/FD?) to be used
int LearnIdx
Index (ID) of the Long Term Synaptic Dynamics (Learning) to be used
int DataIdx
Index (ID) of the Synaptic Conductance (Data) to be used
int PsgIdx
Index (ID) of the Synaptic Waveform (PSG) to be used
double USE_Mean
The starting value of USE
double USE_Stdev
The deviation of USE from the mean

Documentation

Intermediate Synapse object. Constructed from temporary Synapse object created from objects generated duringparsing of the input file. Used to generate the final Synapse objects used during the simulation. Synapses form the connection between two compartments.
int idx
A unique ID is assigned to each Synapse object

char* name
Pointer to object string name. A name was assigned to the original synapse object created during the input file parse stage.

long Seed
Random number seed

int SfdIdx
Index (ID) of the Short Term Synaptic Dynamics (RSE/FD?) to be used. Index refers to the T_SYN_FD array inside the Arrays object.

int LearnIdx
Index (ID) of the Long Term Synaptic Dynamics (Learning) to be used. Index refers to the T_SYNLEARN array inside the Arrays object.

int DataIdx
Index (ID) of the Synaptic Conductance (Data) to be used. Index refers to the T_SYNDATA array inside the Arrays object.

int PsgIdx
Index (ID) of the Synaptic Waveform (PSG) to be used. Index refers to the T_SYNPSG array inside the Arrays object.

double USE_Mean
The starting value of USE. When the actual synapses are generated during the final brain creation stage, the starting USE value for individual synapses will vary from this mean using a Gaussian Random number and the USE_Stdev to vary the values. USE determines how responsive a synapse connection is?

double USE_Stdev
The deviation of USE from the mean. When the actual synapses are generated during the final brain creation stage, the starting USE value for individual synapses will vary using a Gaussian Random number to set the deviation from the value USE_Mean.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de