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
<!-- A voltage clamp with 3 clamp levels. Initially set to active=0, i.e. turned off! -->
15
+
<voltageClampTripleid="vClamp"
16
+
active = "0"
17
+
delay="10ms"
18
+
duration="30ms"
19
+
conditioningVoltage="-63.77mV"
20
+
testingVoltage="10mV"
21
+
returnVoltage="-63.77mV"
22
+
simpleSeriesResistance="1e4ohm"/>
15
23
16
24
<networkid="HHTutorial">
17
25
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>
0 commit comments