-
Notifications
You must be signed in to change notification settings - Fork 2
/
LEMS_RS.xml
44 lines (32 loc) · 2.12 KB
/
LEMS_RS.xml
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
40
41
42
43
44
<Lems xmlns="http://www.neuroml.org/lems/0.7.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.neuroml.org/lems/0.7.2 https://raw.githubusercontent.com/LEMS/LEMS/development/Schemas/LEMS/LEMS_v0.7.2.xsd">
<Target component="sim1" reportFile="simulator.props" timesFile="time.dat"/>
<!--Include standard NeuroML 2 ComponentType definitions-->
<Include file="Cells.xml"/>
<Include file="Networks.xml"/>
<Include file="Simulation.xml"/>
<!-- Channel/synapse files-->
<Include file="../../channels/Kd/Kd.channel.nml"/>
<Include file="../../channels/IM/IM.channel.nml"/>
<Include file="../../channels/Leak/Leak.channel.nml"/>
<Include file="../../channels/Na/Na.channel.nml"/>
<!-- Cell files-->
<Include file="RS.cell.nml"/>
<!-- Network file-->
<Include file="RS.net.nml"/>
<Component type="Simulation" id="sim1" length="1000.0ms" step="0.001ms" target="network_PospischilEtAl2008">
<Display id="CG_RS_v" title="PospischilEtAl2008: VOLTAGE" xmin="-100" xmax="1100" ymin="-100" ymax="70" timeScale="1ms">
<Line id="v" timeScale="1 ms" quantity="CG_RS/0/RS/v" scale="1 mV" color="#000000"/>
</Display>
<Display id="rates" title="PospischilEtAl2008: channel variables" xmin="-100" xmax="1100" ymin="-.1" ymax="1.1" timeScale="1ms">
<Line id="Na m" timeScale="1 ms" quantity="CG_RS/0/RS/biophys/membraneProperties/Na_all/Na/m/q" scale="1" color="#000000"/>
<Line id="Na h" timeScale="1 ms" quantity="CG_RS/0/RS/biophys/membraneProperties/Na_all/Na/h/q" scale="1" color="#FF0000"/>
<Line id="Kd n" timeScale="1 ms" quantity="CG_RS/0/RS/biophys/membraneProperties/Kd_all/Kd/n/q" scale="1" color="#00FF00"/>
<Line id="IM p" timeScale="1 ms" quantity="CG_RS/0/RS/biophys/membraneProperties/IM_all/IM/p/q" scale="1" color="#0000FF"/>
</Display>
<OutputFile id="CG_RS_v_0_0_OF" fileName="RS.dat">
<OutputColumn id="v" quantity="CG_RS/0/RS/v"/>
</OutputFile>
</Component>
</Lems>