Tonic.nml 895 B

123456789101112131415
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  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.github.com/NeuroML/NeuroML2/development/Schemas/NeuroML2/NeuroML_v2.3.xsd" id="TonicPavlov2009Doc">
  3. <ionChannel id="TonicPavlov2009" type="ionChannelHH" conductance="0.001S" species="non_specific">
  4. <notes>
  5. Comment from original mod file:
  6. : tonic current with rectification
  7. : based on Pavlov et al (J Neuro 2009)
  8. </notes>
  9. <gate id="h" type="gateHHrates" instances="1">
  10. <forwardRate type="HHExpLinearRate" rate="50per_s" midpoint="-20mV" scale="10mV"/>
  11. <reverseRate type="HHExpLinearRate" rate="20per_s" midpoint="10mV" scale="-12.5mV"/>
  12. </gate>
  13. </ionChannel>
  14. </neuroml>