Intermediate Stimulus Inject object.
-
LOCATOR L
- general information about this object
-
char* StimName
- Name of stimulus this injection will use
-
char* ColName
- Name of Column this injection targets
-
char* LayName
- Name of Layer this injection targets
-
char* CellName
- Name of Cell this injection targets
-
char* CmpName
- Name of Compartment this injection targets
-
int STIM_TYPE
- Index of corresponding T_STIMULUS object
-
int Column
- Index of corresponding T_COLUMN object
-
int Layer
- Index of correspoding T_LAYER object
-
int Cell
- Index of corresponding T_CELL object
-
int Cmp
- Index of corresponding T_CMP object
-
double Prob
- Probability that a particular cell will be included in the stimulus injection
Documentation
Intermediate Stimulus Inject object. Allows a single stimulus to be used
multiple times. Names of requested objects are stored until conversion
when those names will be looked up and an index number into the ARRAYS
structure will be saved for more convenient usage.
LOCATOR L
- general information about this object
char* StimName
- Name of stimulus this injection will use
char* ColName
- Name of Column this injection targets
char* LayName
- Name of Layer this injection targets
char* CellName
- Name of Cell this injection targets
char* CmpName
- Name of Compartment this injection targets
int STIM_TYPE
- Index of corresponding T_STIMULUS object
int Column
- Index of corresponding T_COLUMN object
int Layer
- Index of correspoding T_LAYER object
int Cell
- Index of corresponding T_CELL object
int Cmp
- Index of corresponding T_CMP object
double Prob
- Probability that a particular cell will be included in the stimulus injection
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.