Skip to content

Commit e79fda1

Browse files
committed
Using inbuild voltageClampTriple
1 parent 3915d4e commit e79fda1

3 files changed

Lines changed: 12 additions & 61 deletions

File tree

Tutorial2/NeuroML2/HHTutorial.net.nml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,24 @@
66
id="HHTutorial">
77

88
<include href="hhneuron.cell.nml"/> <!-- Include the cell definition -->
9-
10-
<include href="vclamp.xml"/>
9+
1110

1211
<!-- Short small current pulse input & short larger current pulse input -->
1312
<pulseGenerator id="IClamp" delay="5ms" duration="25ms" amplitude="0.002nA"/>
1413

14+
<!-- A voltage clamp with 3 clamp levels. Initially set to active=0, i.e. turned off! -->
15+
<voltageClampTriple id="vClamp"
16+
active = "0"
17+
delay="10ms"
18+
duration="30ms"
19+
conditioningVoltage="-63.77mV"
20+
testingVoltage="10mV"
21+
returnVoltage="-63.77mV"
22+
simpleSeriesResistance="1e4ohm"/>
1523

1624
<network id="HHTutorial">
1725

18-
<notes>Network with a single cell based on the Hodgkin Huxley model with 1 input current (initially enabled) and 1 voltage clamp (initially disnabled)</notes>
26+
<notes>Network with a single cell based on the Hodgkin Huxley model with 1 input current (initially enabled) and 1 voltage clamp (initially disabled)</notes>
1927

2028
<population id="hhpop" component="hhneuron" type="populationList" size="1">
2129
<annotation>

Tutorial2/NeuroML2/hhneuron.cell.nml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<cell id="hhneuron">
1313

14-
<notes>Conductance based cell model NeuroML2 format: standard Hodgkin Huxley model cell with Na, K and passive conductances</notes>
14+
<notes>Standard Hodgkin Huxley model cell with Na, K and passive conductances</notes>
1515

1616
<morphology id="morph1">
1717
<segment id="0" name="soma">

Tutorial2/NeuroML2/vclamp.xml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)