-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathL23_One.net.nml
22 lines (20 loc) · 1.16 KB
/
L23_One.net.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<neuroml xmlns="http://www.neuroml.org/schema/neuroml2" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2beta5.xsd" id="L23_One">
<notes>
This NeuroML 2 file was generated by OpenCortex v0.0.8 using:
libNeuroML v0.2.29
pyNeuroML v0.2.10
</notes>
<property tag="Python random seed" value="1234"/>
<include href="L23_NoHotSpot.cell.nml"></include>
<pulseGenerator id="Stim_0" delay="50ms" duration="250ms" amplitude="0.500000nA"/>
<network id="L23_One" type="networkWithTemperature" temperature="35degC">
<population id="L23_pop" component="L23_NoHotSpot" size="1" type="populationList">
<instance id="0">
<location x="966.453535691999946" y="44.073259917500003" z="7.49147005859"/>
</instance>
</population>
<inputList id="Stim_0" population="L23_pop" component="Stim_0">
<input id="0" target="../L23_pop/0/L23_NoHotSpot" destination="synapses"/>
</inputList>
</network>
</neuroml>