Skip to content

Commit

Permalink
Adding conductance="10 pS" to channels; makes it easier to compare to…
Browse files Browse the repository at this point in the history
… other channels
  • Loading branch information
pgleeson committed Jun 6, 2017
1 parent 244545e commit 9ab8930
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NeuroML2/it.channel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<notes>NeuroML file containing a single Channel description</notes>

<ionChannel id="it" conductance="0 pS" type="ionChannelHH" species="ca">
<ionChannel id="it" conductance="10 pS" type="ionChannelHH" species="ca">

<notes>T-type Ca channel

Expand Down
2 changes: 1 addition & 1 deletion NeuroML2/km.channel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<notes>NeuroML file containing a single Channel description</notes>

<ionChannel id="km" conductance="0 pS" type="ionChannelHH" species="k">
<ionChannel id="km" conductance="10 pS" type="ionChannelHH" species="k">

<notes>Potassium channel, Hodgkin-Huxley style kinetics

Expand Down
2 changes: 1 addition & 1 deletion NeuroML2/kv.channel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<notes>NeuroML file containing a single Channel description</notes>

<ionChannel id="kv" conductance="0 pS" type="ionChannelHH" species="k">
<ionChannel id="kv" conductance="10 pS" type="ionChannelHH" species="k">
<notes>Potassium channel, Hodgkin-Huxley style kinetics

Comments from original mod file:
Expand Down
2 changes: 1 addition & 1 deletion NeuroML2/na.channel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<notes>NeuroML file containing a single Channel description</notes>

<ionChannel id="na" conductance="0 pS" type="ionChannelHH" species="na">
<ionChannel id="na" conductance="10 pS" type="ionChannelHH" species="na">

<notes>Sodium channel, Hodgkin-Huxley style kinetics.

Expand Down
2 changes: 1 addition & 1 deletion NeuroML2/pas.channel.nml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<notes>NeuroML file containing a single Channel description</notes>

<ionChannel id="pas" conductance="0 pS" type="ionChannelPassive">
<ionChannel id="pas" conductance="10 pS" type="ionChannelPassive">

<notes>Simple example of a leak/passive conductance.</notes>

Expand Down

0 comments on commit 9ab8930

Please sign in to comment.