-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathLEMS_SimExample4.xml
More file actions
56 lines (41 loc) · 2.64 KB
/
LEMS_SimExample4.xml
File metadata and controls
56 lines (41 loc) · 2.64 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
<Lems>
<!--
This LEMS file has been automatically generated using PyNeuroML v1.3.22 (libNeuroML v0.6.8)
-->
<!-- Specify which component to run -->
<Target component="SimExample4" reportFile="report.SimExample4.txt"/>
<!-- Include core NeuroML2 ComponentType definitions -->
<Include file="Cells.xml"/>
<Include file="Networks.xml"/>
<Include file="Simulation.xml"/>
<Include file="PyNN.xml"/>
<Include file="Example4_PyNN.net.nml"/>
<Simulation id="SimExample4" length="1000.0ms" step="0.01ms" target="Example4_PyNN" seed="5678"> <!-- Note seed: ensures same random numbers used every run -->
<Display id="pop0_v" title="Plots of pop0_v" timeScale="1ms" xmin="-100.0" xmax="1100.0" ymin="-80" ymax="40">
<Line id="pop0_0_testcell_v" quantity="pop0/0/testcell/v" scale="1mV" color="#d54f33" timeScale="1ms"/>
<Line id="pop0_1_testcell_v" quantity="pop0/1/testcell/v" scale="1mV" color="#0534e4" timeScale="1ms"/>
</Display>
<Display id="pop1_v" title="Plots of pop1_v" timeScale="1ms" xmin="-100.0" xmax="1100.0" ymin="-80" ymax="40">
<Line id="pop1_0_testcell2_v" quantity="pop1/0/testcell2/v" scale="1mV" color="#98e752" timeScale="1ms"/>
<Line id="pop1_1_testcell2_v" quantity="pop1/1/testcell2/v" scale="1mV" color="#bca074" timeScale="1ms"/>
</Display>
<Display id="pop2_v" title="Plots of pop2_v" timeScale="1ms" xmin="-100.0" xmax="1100.0" ymin="-80" ymax="40">
<Line id="pop2_0_testcell2_v" quantity="pop2/0/testcell2/v" scale="1mV" color="#632794" timeScale="1ms"/>
</Display>
<OutputFile id="SimExample4_pop0_v_dat" fileName="SimExample4.pop0.v.dat">
<OutputColumn id="pop0_0_testcell_v" quantity="pop0/0/testcell/v"/>
<OutputColumn id="pop0_1_testcell_v" quantity="pop0/1/testcell/v"/>
</OutputFile>
<OutputFile id="SimExample4_pop1_v_dat" fileName="SimExample4.pop1.v.dat">
<OutputColumn id="pop1_0_testcell2_v" quantity="pop1/0/testcell2/v"/>
<OutputColumn id="pop1_1_testcell2_v" quantity="pop1/1/testcell2/v"/>
</OutputFile>
<OutputFile id="SimExample4_pop2_v_dat" fileName="SimExample4.pop2.v.dat">
<OutputColumn id="pop2_0_testcell2_v" quantity="pop2/0/testcell2/v"/>
</OutputFile>
<EventOutputFile id="SimExample4_pop0_spikes" fileName="SimExample4.pop0.spikes" format="ID_TIME">
<EventSelection id="0" select="pop0/0/testcell" eventPort="spike"/>
<EventSelection id="1" select="pop0/1/testcell" eventPort="spike"/>
</EventOutputFile>
</Simulation>
</Lems>