Location: luo_rudy_1991 @ 48e1b89733d5 / figure4.xml

Author:
AnthonyM <amarchand@enseirb.fr>
Date:
2015-09-11 16:01:41+12:00
Desc:
repeatedTask not working
Permanent Source URI:
https://models.cellml.org/workspace/24d/rawfile/48e1b89733d5cd816eed66aeb3cc00dd85c23423/figure4.xml

<?xml version="1.0" encoding="utf-8"?>
<sedML  xmlns="http://sed-ml.org/sed-ml/level1/version2" 
       xmlns:math="http://www.w3.org/1998/Math/MathML" level="1" version="2">
	
	<listOfSimulations>
		<uniformTimeCourse id="simulation1" initialTime="0" outputStartTime="0" outputEndTime="600" numberOfPoints="18000">
			<algorithm kisaoID="KISAO:0000019" />
		</uniformTimeCourse>
	</listOfSimulations>
	
	<listOfModels>
		<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/24d/rawfile/201ad1e25bb82eb0df8a4a82e16d6e2afdae4509/luo_rudy_1991.cellml"/>
	</listOfModels>
	<listOfTasks>
		<task id="task0" modelReference="model1" simulationReference="simulation1"/>
		<repeatedTask id="task1" resetModel="True" range="current" >
			<listOfRanges>
				<vectorRange id="current">
					<value>7</value>

					<value>5.4</value>

					<value>4</value>

					<value>3</value>

				</vectorRange>
			</listOfRanges>
			<listOfChanges>
				<setValue target="/cellml:model/cellml:component[@name='ionic_concentrations']/cellml:variable[@name='Ko']/@initial_value"
					range="current" modelReference="model1">
					<math xmlns="http://www.w3.org/1998/Math/MathML">
						<ci>current</ci>
					</math>
				</setValue>
			</listOfChanges>
			<listOfSubTasks>
				<subTask order="1" task="task0" />
			</listOfSubTasks>
		</repeatedTask>
	</listOfTasks>
	<listOfDataGenerators>
		<dataGenerator id="time" name="Time">
			<listOfVariables>
				<variable id="t" taskReference="task1" target="/cellml:model/cellml:component[@name='environment']/cellml:variable[@name='time']" />
			</listOfVariables>
			<math:math>
				<math:ci>t</math:ci>
			</math:math>
		</dataGenerator>
		<dataGenerator id="Vm" name="Membrane Potential ">
			<listOfVariables>
				<variable id="v" taskReference="task1" target="/cellml:model/cellml:component[@name='membrane']/cellml:variable[@name='V']" />
			</listOfVariables>
			<math:math>
				<math:ci>v</math:ci>
			</math:math>
		</dataGenerator>
		<dataGenerator id="Ko" name="Ko">
			<listOfVariables>
				<variable id="ko" taskReference="task1" target="/cellml:model/cellml:component[@name='ionic_concentrations']/cellml:variable[@name='Ko']" />
			</listOfVariables>
			<math:math>
				<math:ci>ko</math:ci>
			</math:math>
		</dataGenerator>
	</listOfDataGenerators>
	<listOfOutputs>
		
		<plot2D id="plot1" name="Action Potential">
			<listOfCurves>
				<curve id="curve_1" logX="false" logY="false" xDataReference="time" yDataReference="Vm" />
			</listOfCurves>
		</plot2D>
		<plot2D id="plot2" name="Ko">
			<listOfCurves>
				<curve id="curve_2" logX="false" logY="false" xDataReference="time" yDataReference="Ko" />
			</listOfCurves>
		</plot2D>

	</listOfOutputs>
</sedML>