Location: Andre's Hodgkin Huxley model @ 63d661c8db93 / experiments / voltage-clamp-080.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2015-05-24 22:07:31+12:00
Desc:
getting a new verison of the voltage clamp model up and running with SED-ML in preparation of further work
Permanent Source URI:
https://models.physiomeproject.org/w/andre/HH/rawfile/63d661c8db937f116ed3aeca6e8ef64d7c04a3d1/experiments/voltage-clamp-080.xml

<?xml version="1.0" encoding="iso-8859-1"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:cmeta="http://www.cellml.org/metadata/1.0#" xmlns:xlink="http://www.w3.org/1999/xlink" name="voltage_clamp" cmeta:id="voltage_clamp">
  

  <import xlink:href="../components/units.xml">
    <units name="mV" units_ref="mV"/>
  </import>
  <import xlink:href="voltage-clamp.xml">
    <component name="model" component_ref="interface"/>
  </import>

  <component cmeta:id="clamp_potential_component" name="clamp_potential">
    
    <variable cmeta:id="clamp_potential" name="clamp_potential" public_interface="out" private_interface="out" units="mV" initial_value="-80.0"/>
  </component>
  <connection>
    <map_components component_1="clamp_potential" component_2="model"/>
    <map_variables variable_1="clamp_potential" variable_2="Vnew"/>
  </connection>
</model>