Location: VPH-MIP case study on CellML @ eeb193d348e7 / experiments / voltage-clamp-130.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2012-09-26 15:21:03+12:00
Desc:
renaming the tutorial web page to work around a bug in making PMR2 exposures with files named index.html
Permanent Source URI:
http://models.cellml.org/w/andre/VPH-MIP/rawfile/eeb193d348e735266eae6b9948908adc88bc4c00/experiments/voltage-clamp-130.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="-130.0"/>
  </component>
  <connection>
    <map_components component_1="clamp_potential" component_2="model"/>
    <map_variables variable_1="clamp_potential" variable_2="Vnew"/>
  </connection>
</model>