struct T_CMP

Intermediate compartment object.

[more]LOCATOR L
general information on this object
[more]long Seed
random number generator seed
[more]int Active
Flag to indicate if this compartment is "active" and can fire action potentials
[more]char* SpikeName
Name of spikeshape to be used when this compartment fires
[more]int Spike
Index of appropriate spikeshape in ARRAYS structure
[more]int nChannels
Number of channels within this compartment
[more]LIST* ChannelNames
Linked list of channel names to be used
[more]int* Channels
Array of index refer to the appropriate T_CHANNEL objects
[more]double Spike_HW[2]
Spike Half-Width
[more]double Tau_Membrane[2]
Time constant used in compartment's membrane voltage calculations
[more]double R_Membrane[2]
Membrane Resistance used in membrane voltage calculations
[more]double Threshold[2]
Active compartments fire action potatials upon reaching the membrane voltage specified in threshold
[more]double Leak_Reversal[2]
Leak value used in calculating the leak of current (I) from the comaprtment
[more]double VMREST[2]
When at rest, a compartment's membrane voltage sits at VMREST
[more]double Leak_G[2]
Conductance value used for current (I) leak calculations
[more]double CaInt[2]
Initial concentration of Calcium Ions internal to the compartment
[more]double CaExt[2]
Initial concentration of Calcium Ions external to the compartment
[more]double CaSpikeInc[2]
When a spike occurs, internal calcium concentration increases by this amount
[more]double CaTau[2]
Calcium Time Constant, determines how internal calcium persists as time elapses


Documentation

Intermediate compartment object. There can exist main types of compartments, active (soma) and non-active (dendrites, axons, spines). The distinction is that an active compartment has a spikeshape and threshold that will allow it to fire an action potential upon reaching threshold. The non-active compartments merely pass along information.
oLOCATOR L
general information on this object

olong Seed
random number generator seed

oint Active
Flag to indicate if this compartment is "active" and can fire action potentials

ochar* SpikeName
Name of spikeshape to be used when this compartment fires

oint Spike
Index of appropriate spikeshape in ARRAYS structure

oint nChannels
Number of channels within this compartment

oLIST* ChannelNames
Linked list of channel names to be used

oint* Channels
Array of index refer to the appropriate T_CHANNEL objects

odouble Spike_HW[2]
Spike Half-Width

odouble Tau_Membrane[2]
Time constant used in compartment's membrane voltage calculations

odouble R_Membrane[2]
Membrane Resistance used in membrane voltage calculations

odouble Threshold[2]
Active compartments fire action potatials upon reaching the membrane voltage specified in threshold

odouble Leak_Reversal[2]
Leak value used in calculating the leak of current (I) from the comaprtment

odouble VMREST[2]
When at rest, a compartment's membrane voltage sits at VMREST

odouble Leak_G[2]
Conductance value used for current (I) leak calculations

odouble CaInt[2]
Initial concentration of Calcium Ions internal to the compartment

odouble CaExt[2]
Initial concentration of Calcium Ions external to the compartment

odouble CaSpikeInc[2]
When a spike occurs, internal calcium concentration increases by this amount

odouble CaTau[2]
Calcium Time Constant, determines how internal calcium persists as time elapses

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.