-
Notifications
You must be signed in to change notification settings - Fork 24
/
MuscleStim.net.nml
39 lines (26 loc) · 1.43 KB
/
MuscleStim.net.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd"
id="NeuronMuscle">
<include href="Leak.channel.nml"/>
<include href="k_slow.channel.nml"/>
<include href="k_fast.channel.nml"/>
<include href="ca_boyle.channel.nml"/>
<include href="SingleCompMuscle.cell.nml"/>
<pulseGenerator id="offsetToMin75" delay="0ms" duration="1000ms" amplitude="-120 pA" />
<pulseGenerator id="stim_current" delay="10ms" duration="190ms" amplitude="0.23nA"/>
<network id="net1">
<population id="muscle" component="SingleCompMuscleCell" type="populationList">
<instance id="0">
<location y="0" x="50" z="0"/>
</instance>
</population>
<inputList id="offsetToMin75_stim" component="offsetToMin75" population="muscle">
<input id="0" target="../muscle/0/SingleCompMuscleCell" destination="synapses"/>
</inputList>
<inputList id="stim_current_stim" component="stim_current" population="muscle">
<input id="0" target="../muscle/0/SingleCompMuscleCell" destination="synapses"/>
</inputList>
</network>
</neuroml>