| <?xml version="1.0" encoding="UTF-8"?> |
|
|
| <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/master/Schemas/NeuroML2/NeuroML_v2beta3.xsd" |
| id="naChan"> |
| |
|
|
| <ionChannelHH id="naChan" conductance="10pS" species="na"> |
| |
| <notes>Single ion channel in NeuroML2 format: standard Sodium channel from the Hodgkin Huxley model</notes> |
|
|
| <gateHHrates id="m" instances="3"> |
| <forwardRate type="HHExpLinearRate" rate="1per_ms" midpoint="-40mV" scale="10mV"/> |
| <reverseRate type="HHExpRate" rate="4per_ms" midpoint="-65mV" scale="-18mV"/> |
| </gateHHrates> |
|
|
| <gateHHrates id="h" instances="1"> |
| <forwardRate type="HHExpRate" rate="0.07per_ms" midpoint="-65mV" scale="-20mV"/> |
| <reverseRate type="HHSigmoidRate" rate="1per_ms" midpoint="-35mV" scale="10mV"/> |
| </gateHHrates> |
|
|
| </ionChannelHH> |
|
|
|
|
| </neuroml> |
|
|
|
|