- Author:
- AnthonyM <amarchand@enseirb.fr>
- Date:
- 2015-07-17 11:16:09+12:00
- Desc:
- -60 to -50 intial value of V
- Permanent Source URI:
- http://models.cellml.org/workspace/24c/rawfile/a49d06158dff9d4ec872746e3132debc1cc9d293/figure1.xml
<?xml version="1.0" encoding="utf-8"?>
<sedML xmlns="http://sed-ml.org/"
xmlns:math="http://www.w3.org/1998/Math/MathML" level="1" version="1">
<listOfSimulations>
<uniformTimeCourse id="simulation1" initialTime="0" outputStartTime="0" outputEndTime="0.8" numberOfPoints="800">
<algorithm kisaoID="KISAO:0000019" />
</uniformTimeCourse>
</listOfSimulations>
<listOfModels>
<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/24c/rawfile/74052c40d91b0fa95bf7571dca07c1f49ad3753c/difrancesco_noble_1985.cellml" />
</listOfModels>
<listOfTasks>
<task id="task0" modelReference="model1" simulationReference="simulation1" />
</listOfTasks>
<listOfDataGenerators>
<dataGenerator id="time" name="time">
<listOfVariables>
<variable id="t" taskReference="task0" target="/cellml:model/cellml:component[@name='environment']/cellml:variable[@name='time']" />
</listOfVariables>
<math:math>
<math:ci>t</math:ci>
</math:math>
</dataGenerator>
<dataGenerator id="Vm1" name="Membrane Potential ">
<listOfVariables>
<variable id="v1" taskReference="task0" target="/cellml:model/cellml:component[@name='membrane']/cellml:variable[@name='V']" />
</listOfVariables>
<math:math>
<math:ci>v1</math:ci>
</math:math>
</dataGenerator>
<dataGenerator id="Itot" name=" Total current">
<listOfVariables>
<variable id="itot" taskReference="task0" target="/cellml:model/cellml:component[@name='membrane']/cellml:variable[@name='i_tot']" />
</listOfVariables>
<math:math>
<math:ci>i_tot</math:ci>
</math:math>
</dataGenerator>
</listOfDataGenerators>
<listOfOutputs>
<plot2D id="plot1" name="Action Potential">
<listOfCurves>
<curve id="curve_0" logX="false" logY="false" xDataReference="time" yDataReference="Vm1" />
</listOfCurves>
</plot2D>
<plot2D id="plot2" name="Total Current">
<listOfCurves>
<curve id="curve_1" logX="false" logY="false" xDataReference="time" yDataReference="Itot" />
</listOfCurves>
</plot2D>
</listOfOutputs>
</sedML>