HL23VIP.net.nml 1.1 KB

123456789101112131415161718
  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="HL23VIP">
  2. <include href="HL23VIP.cell.nml"/>
  3. <pulseGenerator id="pg_HL23VIP" delay="50ms" duration="200ms" amplitude="0.2nA">
  4. <notes>Simple pulse generator</notes>
  5. </pulseGenerator>
  6. <network id="HL23VIPNet" type="networkWithTemperature" temperature="34 degC">
  7. <population id="HL23VIP_pop" component="HL23VIP" type="populationList">
  8. <property tag="color" value="0.9794101583806073 0.9037718829562477 0.18968218720673302"/>
  9. <property tag="region" value="L23"/>
  10. <instance id="0">
  11. <location x="0.0" y="0.0" z="0.0"/>
  12. </instance>
  13. </population>
  14. <inputList id="stim_iclamp_HL23VIP" population="HL23VIP_pop" component="pg_HL23VIP">
  15. <input id="0" target="../HL23VIP_pop/0" destination="synapses"/>
  16. </inputList>
  17. </network>
  18. </neuroml>