Skip to content

Commit 6004461

Browse files
committed
Tested with recording vclamp current
1 parent 9138c8e commit 6004461

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ Tutorial/Source/*json
2727
/Tutorial/Source/LEMS_HH_Simulation_netpyne.py
2828
/Tutorial/Source/LEMS_HH_SingleAP_brian2.py
2929
/Tutorial/Source/LEMS*_moose.py
30+
/Tutorial/Source/*.gv
31+
/Tutorial/Source/*.gv.pdf
32+
/Tutorial/Source/*_netpyne.py
33+
/Tutorial/Source/tests.log
34+
/tests.log

Tutorial/Source/LEMS_HH_VClamp.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141
<Line id="I_k" quantity="hhpop[0]/bioPhys1/membraneProperties/kChans/iDensity" scale="1" color="#ffff00" timeScale="1ms"/>
4242
<Line id="I_l" quantity="hhpop[0]/bioPhys1/membraneProperties/leak/iDensity" scale="1" color="#ff00ff" timeScale="1ms"/>
4343
</Display>
44-
<!--
45-
<Display id="d4" title="Hodgkin-Huxley Neuron: I_inj (nA)" timeScale="1ms" xmin="-5" xmax="55" ymin="-0.01" ymax="0.4">
46-
<Line id="I_inj1" quantity="hhpop[0]/pulseGen1/i" scale="1nA" color="#ffffff" timeScale="1ms"/>
47-
<Line id="I_inj2" quantity="hhpop[0]/pulseGen2/i" scale="1nA" color="#000000" timeScale="1ms"/>
48-
</Display>-->
44+
45+
<Display id="d4" title="Hodgkin-Huxley Neuron: I_vClamp (nA)" timeScale="1ms" xmin="-5" xmax="55" ymin="-15" ymax="25">
46+
<Line id="I_vClamp" quantity="hhpop[0]/vClamp/i" scale="1nA" color="#ffffff" timeScale="1ms"/>
47+
</Display>
4948

5049
<!-- Saved the membrane potential to file: hh_v.dat -->
5150
<OutputFile id="of0" fileName="hh_v.dat">

0 commit comments

Comments
 (0)