pas.channel.nml 717 B

12345678910111213
  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_v2beta4.xsd" id="pas">
  3. <notes>NeuroML file containing a single Channel description</notes>
  4. <ionChannel id="pas" conductance="10pS" type="ionChannelPassive">
  5. <notes>Simple example of a leak/passive conductance. Note: for GENESIS cells with a single leak conductance,
  6. it is better to use the Rm and Em variables for a passive current.</notes>
  7. </ionChannel>
  8. </neuroml>