testProbAMPANMDA.net.nml 1.1 KB

12345678910111213141516171819
  1. <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="test_probAMPANMDA">
  2. <include href="passiveCell.cell.nml"/>
  3. <spikeArray id="spikeArray">
  4. <spike id="0" time="100 ms"/>
  5. <spike id="1" time="130 ms"/>
  6. <spike id="2" time="160 ms"/>
  7. </spikeArray>
  8. <network id="TestNet">
  9. <population id="TestPop" component="passiveCell" type="populationList">
  10. <instance id="0">
  11. <location x="0." y="0." z="0."/>
  12. </instance>
  13. </population>
  14. <population id="SpikePop" component="spikeArray" size="1"/>
  15. <projection id="proj" presynapticPopulation="SpikePop" postsynapticPopulation="TestPop" synapse="probAMPANMDA">
  16. <connectionWD id="0" preCellId="../SpikePop[0]" postCellId="../TestPop/0/0" weight="0.001" delay="0 ms"/>
  17. </projection>
  18. </network>
  19. </neuroml>