You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NeuroML2CoreTypes/Cells.xml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,9 @@
60
60
61
61
<Parametername="number"dimension="none"/>
62
62
<Parametername="erev"dimension="voltage"/>
63
+
64
+
<Constantname="vShift"dimension="voltage"value="0mV"description="Set to a constant 0mV here to allow ion channels which use _vShift in their rate variable expressions to be used with _channelPopulation_, not just with _channelDensityVShift_ (where _vShift would be explicitly set)"/>
65
+
63
66
64
67
<Textname="ion"/> <!-- TODO: Ideally this needs to be a property of ionChannel only! But it's here as it makes it easier to select channelPopulations transmitting specific ions...-->
65
68
@@ -85,6 +88,9 @@
85
88
<Constantname="R"dimension="idealGasConstantDims"value="8.3144621 J_per_K_per_mol"description="TODO: Make this a global constant!"/>
86
89
<Constantname="zCa"dimension="none"value="2"description="TODO: Make this a global constant!"/>
87
90
<Constantname="F"dimension="charge_per_mole"value="96485.3 C_per_mol"description="TODO: Make this a global constant!"/>
91
+
92
+
<Constantname="vShift"dimension="voltage"value="0mV"description="Set to a constant 0mV here to allow ion channels which use _vShift in their rate variable expressions to be used with _channelPopulation_, not just with _channelDensityVShift_ (where _vShift would be explicitly set)"/>
93
+
88
94
89
95
<Exposurename="erev"dimension="voltage"/> <!-- Calculated from caConcExt and caConc-->
0 commit comments