Location: VPH-MIP case study on CellML @ 30ab778d03a1 / experiments / time.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2012-10-04 17:08:53+13:00
Desc:
tidy up this stipped down version of my HH model to match the VPH-MIP slides; moving time to its own model; removing all cmeta's from the documents; exposing time and the gating variables via the outputs component in the periodic-stimulus experiment.
Permanent Source URI:
http://models.cellml.org/w/andre/VPH-MIP/rawfile/30ab778d03a1aac5f3d62594a11c1757f5e35198/experiments/time.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:xlink="http://www.w3.org/1999/xlink" name="time">
  <import xlink:href="../components/units.xml">
    <units name="ms" units_ref="ms"/>
  </import>
  <component name="time">
    <variable name="time" initial_value="0.0" public_interface="out" units="ms"/>
  </component>
</model>