Na.net.nml 1.1 KB

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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/development/Schemas/NeuroML2/NeuroML_v2beta4.xsd" id="NaTg_test_network">
  3. <include href="Na.cell.nml"/>
  4. <pulseGenerator id="Input_1" delay="0.3s" duration="0.4s" amplitude="4E-10A"/>
  5. <network id="NaTg_network" type="networkWithTemperature" temperature="34 degC">
  6. <population id="NaTg_pop" component="NaTg_cell" type="populationList" size="1">
  7. <annotation>
  8. <property tag="color" value="0.3203125 0.3828125 0.765625"/>
  9. </annotation>
  10. <instance id="0">
  11. <location x="361.80304" y="513.20953" z="932.99347"/>
  12. </instance>
  13. </population>
  14. <inputList id="Input_1" component="Input_1" population="NaTg_network">
  15. <input id="0" target="../NaTg_pop/0/NaTg_cell" destination="synapses"/>
  16. </inputList>
  17. </network>
  18. </neuroml>