File size: 1,176 Bytes
0558c72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v2.3.xsd" id="HHTest">
    <notes>Generated by NeuroMLlite v0.5.8
    Generated network: HHTest
    Generation seed: 1234
    NeuroMLlite parameters: 
        N = 10.0
        delay = 5ms
        duration = 25ms
        stim_amp = -0.5nA</notes>
    <include href="/Users/padraig/neuroConstruct/osb/generic/hodgkin_huxley_tutorial/Tutorial/Source/hhcell.cell.nml"/>
    <pulseGenerator id="iclamp_0" delay="5ms" duration="25ms" amplitude="-0.5nA"/>
    <network id="HHTest">
        <notes>Example HH cell</notes>
        <property tag="recommended_dt_ms" value="0.025"/>
        <property tag="recommended_duration_ms" value="50.0"/>
        <population id="hhPop" component="hhcell" size="1"/>
        <inputList id="stim" population="hhPop" component="iclamp_0">
            <input id="0" target="../hhPop[0]" destination="synapses"/>
        </inputList>
    </network>
</neuroml>