| <?xml version="1.0" encoding="UTF-8"?> |
|
|
| <neuroml xmlns="http://www.neuroml.org/schema/neuroml2" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://www.neuroml.org/schema/neuroml2 https://raw.githubusercontent.com/NeuroML/NeuroML2/master/Schemas/NeuroML2/NeuroML_v2beta3.xsd" |
| id="HHCellNetwork"> |
| |
| <include href="hhcell.cell.nml"/> |
|
|
| |
| <pulseGenerator id="pulseGen1" delay="100ms" duration="100ms" amplitude="0.10nA"/> |
| <pulseGenerator id="pulseGen2" delay="300ms" duration="100ms" amplitude="0.35nA"/> |
|
|
| <network id="HHCellNetwork"> |
|
|
| <notes>Network with a single cell based on the Hodgkin Huxley model with 2 input currents</notes> |
| |
| <population id="hhpop" component="hhcell" size="1"/> |
| <explicitInput target="hhpop[0]" input="pulseGen1"/> |
| <explicitInput target="hhpop[0]" input="pulseGen2"/> |
| </network> |
|
|
| </neuroml> |
|
|
|
|