123456789101112131415161718 |
- <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="HL23PYR">
- <include href="HL23PYR.cell.nml"/>
- <pulseGenerator id="pg_HL23PYR" delay="50ms" duration="200ms" amplitude="0.2nA">
- <notes>Simple pulse generator</notes>
- </pulseGenerator>
- <network id="HL23PYRNet" type="networkWithTemperature" temperature="34 degC">
- <population id="HL23PYR_pop" component="HL23PYR" type="populationList">
- <property tag="color" value="0.3220229197377431 0.19279726280626452 0.37635392246534727"/>
- <property tag="region" value="L23"/>
- <instance id="0">
- <location x="0.0" y="0.0" z="0.0"/>
- </instance>
- </population>
- <inputList id="stim_iclamp_HL23PYR" population="HL23PYR_pop" component="pg_HL23PYR">
- <input id="0" target="../HL23PYR_pop/0" destination="synapses"/>
- </inputList>
- </network>
- </neuroml>
|