HL23.net.nml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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="HL23">
  2. <include href="HL23PV.cell.nml"/>
  3. <include href="HL23PYR.cell.nml"/>
  4. <include href="HL23SST.cell.nml"/>
  5. <include href="HL23VIP.cell.nml"/>
  6. <pulseGenerator id="pg_HL23PV" delay="50ms" duration="200ms" amplitude="0.2nA">
  7. <notes>Simple pulse generator</notes>
  8. </pulseGenerator>
  9. <pulseGenerator id="pg_HL23PYR" delay="50ms" duration="200ms" amplitude="0.2nA">
  10. <notes>Simple pulse generator</notes>
  11. </pulseGenerator>
  12. <pulseGenerator id="pg_HL23SST" delay="50ms" duration="200ms" amplitude="0.2nA">
  13. <notes>Simple pulse generator</notes>
  14. </pulseGenerator>
  15. <pulseGenerator id="pg_HL23VIP" delay="50ms" duration="200ms" amplitude="0.2nA">
  16. <notes>Simple pulse generator</notes>
  17. </pulseGenerator>
  18. <network id="HL23Net" type="networkWithTemperature" temperature="34 degC">
  19. <population id="HL23PV_pop" component="HL23PV" type="populationList">
  20. <property tag="color" value="0.8258528277092643 0.7026721292874603 0.3711218355643212"/>
  21. <property tag="region" value="L23"/>
  22. <instance id="0">
  23. <location x="151.0" y="107.0" z="152.0"/>
  24. </instance>
  25. </population>
  26. <population id="HL23PYR_pop" component="HL23PYR" type="populationList">
  27. <property tag="color" value="0.41279258530304264 0.6738038445103539 0.1692198559903848"/>
  28. <property tag="region" value="L23"/>
  29. <instance id="0">
  30. <location x="63.0" y="81.0" z="161.0"/>
  31. </instance>
  32. </population>
  33. <population id="HL23SST_pop" component="HL23SST" type="populationList">
  34. <property tag="color" value="0.401938987145538 0.7045979982277839 0.39340325762864414"/>
  35. <property tag="region" value="L23"/>
  36. <instance id="0">
  37. <location x="151.0" y="198.0" z="25.0"/>
  38. </instance>
  39. </population>
  40. <population id="HL23VIP_pop" component="HL23VIP" type="populationList">
  41. <property tag="color" value="0.29793772864771784 0.5515873792106866 0.5986193047542998"/>
  42. <property tag="region" value="L23"/>
  43. <instance id="0">
  44. <location x="90.0" y="184.0" z="91.0"/>
  45. </instance>
  46. </population>
  47. <explicitInput target="pop0[0]" input="pg_HL23PV"/>
  48. <explicitInput target="pop0[0]" input="pg_HL23PYR"/>
  49. <explicitInput target="pop0[0]" input="pg_HL23SST"/>
  50. <explicitInput target="pop0[0]" input="pg_HL23VIP"/>
  51. </network>
  52. </neuroml>