- Author:
- AnthonyM <amarchand@enseirb.fr>
- Date:
- 2015-08-12 10:21:48+12:00
- Desc:
- renammed
- Permanent Source URI:
- http://models.cellml.org/workspace/24c/rawfile/bb67e1d7b1cb59ef0a0f67b1cd41ce2796713e91/figure14.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.5" numberOfPoints="1000">
<algorithm kisaoID="KISAO:0000019" />
</uniformTimeCourse>
</listOfSimulations>
<listOfModels>
<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/24c/rawfile/96c827c07abfd5dfa78cd0814ebd5140afc809d7/difrancesco_noble_1985.cellml" />
</listOfModels>
<listOfTasks>
<repeatedTask id="task0" resetModel="True" range="current" modelReference="model1" simulationReference="simulation1" >
<ranges>
<vectorRange id="current">
<value>8</value>
<value>12</value>
<value>16</value>
<value>20</value>
</vectorRange>
</ranges>
<changes>
<setValue target="/cellml:model/cellml:component[@name='intracellular_sodium_concentration']/cellml:variable[@name='Nai']/@initial_value">
<listOfVariables>
<variable id="loopValue" name="current loop value"
target="#current"/>
</listOfVariables>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<ci>loopValue</ci>
</math>
</setValue>
</changes>
</repeatedTask>
</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 (Millivolt) ">
<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>
</listOfDataGenerators>
<listOfOutputs>
<plot2D id="plot1" name=" Membrane Potential for Nai = (8,12,16,20)">
<listOfCurves>
<curve id="curve_1" logX="false" logY="false" xDataReference="time" yDataReference="Vm1" />
</listOfCurves>
</plot2D>
</listOfOutputs>
</sedML>