|
1031 | 1031 | <Attachments name="synapses" type="basePointCurrent"/> |
1032 | 1032 |
|
1033 | 1033 | <Exposure name="spiking" dimension="none"/> |
1034 | | - <Exposure name="debugVal" dimension="none"/> |
| 1034 | + <!--<Exposure name="debugVal" dimension="none"/>--> |
1035 | 1035 | <Exposure name="iChannels" dimension="current"/> |
1036 | 1036 | <Exposure name="iSyn" dimension="current"/> |
1037 | 1037 | <Exposure name="totSpecCap" dimension="specificCapacitance"/> |
|
1047 | 1047 | <Dynamics> |
1048 | 1048 | <StateVariable name="v" exposure="v" dimension="voltage"/> |
1049 | 1049 | <StateVariable name="spiking" exposure="spiking" dimension="none"/> |
1050 | | - <StateVariable name="debugVal" exposure="debugVal" dimension="none"/> |
| 1050 | + <!--<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>--> |
1051 | 1051 |
|
1052 | 1052 | <DerivedVariable name="initMembPot" dimension="voltage" select="biophysicalProperties/membraneProperties/initMembPotential/value"/> |
1053 | 1053 | <DerivedVariable name="thresh" dimension="voltage" select="biophysicalProperties/membraneProperties/spikeThresh/value"/> |
1054 | 1054 |
|
1055 | | - <DerivedVariable name="debug" dimension="none" value="0"/> |
| 1055 | + <!--<DerivedVariable name="debug" dimension="none" value="0"/>--> |
1056 | 1056 |
|
1057 | 1057 | <!--TODO replace this with just using first segment!!--> |
1058 | 1058 | <DerivedVariable name="surfaceArea" exposure="surfaceArea" dimension="area" select="morphology/segments[*]/surfaceArea" reduce="add"/> |
|
1083 | 1083 | <StateAssignment variable="spiking" value="0"/> |
1084 | 1084 | </OnCondition> |
1085 | 1085 |
|
1086 | | - <OnCondition test="t .geq. 0"> |
| 1086 | + <!--<OnCondition test="t .geq. 0"> |
1087 | 1087 | <StateAssignment variable="debugVal" value="debug"/> |
1088 | | - </OnCondition> |
| 1088 | + </OnCondition>--> |
1089 | 1089 |
|
1090 | 1090 | </Dynamics> |
1091 | 1091 |
|
|
1128 | 1128 | <Dynamics> |
1129 | 1129 | <StateVariable name="v" exposure="v" dimension="voltage"/> |
1130 | 1130 | <StateVariable name="spiking" exposure="spiking" dimension="none"/> |
1131 | | - <StateVariable name="debugVal" exposure="debugVal" dimension="none"/> |
| 1131 | + <!--<StateVariable name="debugVal" exposure="debugVal" dimension="none"/>--> |
1132 | 1132 |
|
1133 | 1133 | <DerivedVariable name="initMembPot" dimension="voltage" select="biophysicalProperties2CaPools/membraneProperties2CaPools/initMembPotential/value"/> |
1134 | 1134 | <DerivedVariable name="thresh" dimension="voltage" select="biophysicalProperties2CaPools/membraneProperties2CaPools/spikeThresh/value"/> |
1135 | 1135 |
|
1136 | | - <DerivedVariable name="debug" dimension="none" select="0"/> |
| 1136 | + <!--<DerivedVariable name="debug" dimension="none" select="0"/>--> |
1137 | 1137 |
|
1138 | 1138 |
|
1139 | 1139 | <DerivedVariable name="surfaceArea" exposure="surfaceArea" dimension="area" select="morphology/segments[*]/surfaceArea" reduce="add"/> |
|
1172 | 1172 | <StateAssignment variable="spiking" value="0"/> |
1173 | 1173 | </OnCondition> |
1174 | 1174 |
|
1175 | | - <OnCondition test="t .geq. 0"> |
| 1175 | + <!--<OnCondition test="t .geq. 0"> |
1176 | 1176 | <StateAssignment variable="debugVal" value="debug"/> |
1177 | | - </OnCondition> |
| 1177 | + </OnCondition>--> |
1178 | 1178 |
|
1179 | 1179 | </Dynamics> |
1180 | 1180 |
|
|
0 commit comments