-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLEMS_L23_One.xml
31 lines (20 loc) · 1.11 KB
/
LEMS_L23_One.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
<Lems>
<!--
This LEMS file has been automatically generated using PyNeuroML v0.2.10 (libNeuroML v0.2.29)
-->
<!-- Specify which component to run -->
<Target component="Sim_L23_One"/>
<!-- Include core NeuroML2 ComponentType definitions -->
<Include file="Cells.xml"/>
<Include file="Networks.xml"/>
<Include file="Simulation.xml"/>
<Include file="L23_One.net.nml"/>
<Simulation id="Sim_L23_One" length="400ms" step="0.025ms" target="L23_One" seed="12345"> <!-- Note seed: ensures same random numbers used every run -->
<Display id="DispPop__L23_pop" title="Membrane potentials of cells in L23_pop" timeScale="1ms" xmin="-40.0" xmax="440.0" ymin="-90" ymax="50">
<Line id="L23_pop[0]: v" quantity="L23_pop/0/L23_NoHotSpot/v" scale="1mV" color="#6aa799" timeScale="1ms"/>
</Display>
<OutputFile id="Volts_file__L23_pop" fileName="Sim_L23_One.L23_pop.v.dat">
<OutputColumn id="v_L23_pop_0_L23_NoHotSpot_v" quantity="L23_pop/0/L23_NoHotSpot/v"/>
</OutputFile>
</Simulation>
</Lems>