1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/NeuroML2/examples/NML2_AbstractCells.nml

Revision 889, 1.3 KB (checked in by pgleeson, 4 months ago)

Initial work improving python api to fall in line with libSBML...

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<neuroml xmlns="http://www.neuroml.org/schema/neuroml2"
4    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5    xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2  ../Schemas/NeuroML2/NeuroML_v2alpha.xsd"
6    id="NML2_AbstractCells">
7
8
9    <!-- Instances of some of the abstract cell types currently supported in NeuroML 2. The behaviour of these is defined in the LEMS
10         specifications at: http://sourceforge.net/apps/trac/neuroml/browser/NeuroML2/Schemas/NeuroML2/NeuroML_v2alpha.xsd -->
11
12    <!-- This is a "pure" NeuroML 2 file. It can be included in a LEMS file for use in a simulaton by the LEMS interpreter, see LEMS_NML2_ExN_AllCells.xml -->
13
14    <iafTauCell id="iafTau" leakReversal="-50mV" thresh="-55mV" reset="-70mV" tau="30ms"/>
15
16    <iafCell id="iafCell" leakReversal="-50mV" thresh="-55mV" reset="-70mV" C="0.2nF" leakConductance="0.01uS"/>
17
18    <izhikevichCell id="izBurst" v0 = "-70mV" thresh = "30mV" a ="0.02" b = "0.2" c = "-50.0" d = "2" Iamp="15" Idel="22ms" Idur="2000ms"/>
19
20    <adExIaFCell id="adExBurst" C="281pF" gL="30nS" EL="-70.6mV" reset="-48.5mV" VT = "-50.4mV" thresh = "-40.4mV"
21                 delT="2mV" tauw="40ms"  a ="4nS"   b = "0.08nA" Iamp="0.8nA"  Idel="0ms"  Idur="2000ms"/>
22
23
24</neuroml>
Note: See TracBrowser for help on using the browser.