-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,56 @@ | ||
<Lems> | ||
|
||
<!-- | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.1 (libNeuroML v0.5.5) | ||
This LEMS file has been automatically generated using PyNeuroML v1.1.10 (libNeuroML v0.5.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"/> | ||
<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"/> | ||
<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"/> | ||
<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"/> | ||
<EventSelection id="0" select="pop0/0/testcell" eventPort="spike"/> | ||
<EventSelection id="1" select="pop0/1/testcell" eventPort="spike"/> | ||
</EventOutputFile> | ||
|
||
</Simulation> | ||
|
||
</Lems> |