File size: 1,232 Bytes
0558c72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
34
<Lems>
    
    <!-- 

        This LEMS file has been automatically generated using PyNeuroML v1.1.5 (libNeuroML v0.5.6)

     -->
    
    <!-- Specify which component to run -->
    <Target component="SimHHTest" reportFile="report.SimHHTest.txt"/>

    <!-- Include core NeuroML2 ComponentType definitions -->
    <Include file="Cells.xml"/>
    <Include file="Networks.xml"/>
    <Include file="Simulation.xml"/>
    
    <Include file="PyNN.xml"/>
    <Include file="HHTest.net.nml"/>
    <Include file="/Users/padraig/neuroConstruct/osb/generic/hodgkin_huxley_tutorial/Tutorial/Source/hhcell.cell.nml"/>
   
    <Simulation id="SimHHTest" length="50.0ms" step="0.025ms" target="HHTest" seed="5678">  <!-- Note seed: ensures same random numbers used every run -->
        
        <Display id="hhPop_0_v" title="Plots of hhPop_0_v" timeScale="1ms" xmin="-5.0" xmax="55.00000000000001" ymin="-80" ymax="40">
            <Line id="hhPop_0__v" quantity="hhPop[0]/v" scale="1mV" color="#d54f33" timeScale="1ms"/>
        </Display>
        
        <OutputFile id="hhPop_0_v_dat" fileName="hhPop_0.v.dat">
            <OutputColumn id="hhPop_0__v" quantity="hhPop[0]/v"/> 
        </OutputFile>
        
    </Simulation>

</Lems>