-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLEMS_testSyns.xml
34 lines (25 loc) · 1.53 KB
/
LEMS_testSyns.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
<?xml version="1.0"?>
<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.github.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"/>
<Include file="testSyns.net.nml"/>
<Component type="Simulation" id="sim1" length="400ms" step="0.005 ms" target="net">
<Display id="" title="v" xmin="0" xmax="400" ymin="-75.0" ymax="-10" timeScale="1ms">
<Line id="V0" timeScale="1ms" quantity="pop0/0/cell/v" scale="1 mV" color="#000000"/>
<Line id="V1" timeScale="1ms" quantity="pop0/1/cell/v" scale="1 mV" color="#ff0000"/>
<Line id="V2" timeScale="1ms" quantity="pop0/2/cell/v" scale="1 mV" color="#00ff00"/>
<Line id="V3" timeScale="1ms" quantity="pop0/3/cell/v" scale="1 mV" color="#0000ff"/>
<Line id="V4" timeScale="1ms" quantity="pop0/4/cell/v" scale="1 mV" color="#00ffff"/>
</Display>
<OutputFile id="outf" fileName="testSyns.dat">
<OutputColumn id="v0" quantity="pop0/0/cell/v"/>
<OutputColumn id="v1" quantity="pop0/1/cell/v"/>
<OutputColumn id="v2" quantity="pop0/2/cell/v"/>
<OutputColumn id="v3" quantity="pop0/3/cell/v"/>
<OutputColumn id="v4" quantity="pop0/4/cell/v"/>
</OutputFile>
</Component>
</Lems>