-
Notifications
You must be signed in to change notification settings - Fork 14
/
LEMS_2007One.xml
33 lines (21 loc) · 989 Bytes
/
LEMS_2007One.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
<Lems>
<!-- Specify which component to run -->
<Target component="sim1"/>
<!-- Include core NeuroML2 ComponentType definitions -->
<Include file="Cells.xml"/>
<Include file="Networks.xml"/>
<Include file="Simulation.xml"/>
<Include file="Izh2007One.net.nml"/>
<Simulation id="sim1" length="520ms" step="0.0025ms" target="Izh2007One">
<Display id="d1" title="RS v" timeScale="1ms" xmin="-50" xmax="570" ymin="-80" ymax="50">
<Line id ="RS v" quantity="RS_pop/0/RS/v" scale="1mV" color="#0000ff" timeScale="1ms"/>
</Display>
<Display id="d2" title="RS u" timeScale="1ms" xmin="-50" xmax="570" ymin="-80" ymax="80">
<Line id ="RS u" quantity="RS_pop/0/RS/u" scale="1pA" color="#ff0000" timeScale="1ms"/>
</Display>
<OutputFile id="of0" fileName="results/RS_One.dat">
<OutputColumn id="v" quantity="RS_pop/0/RS/v" />
<OutputColumn id="u" quantity="RS_pop/0/RS/u" />
</OutputFile>
</Simulation>
</Lems>