Location: Noble1998 @ 0fac3fe51b61 / figure5.xml

Author:
AnthonyM <amarchand@enseirb.fr>
Date:
2015-08-13 12:35:10+12:00
Desc:
model done
Permanent Source URI:
https://models.physiomeproject.org/workspace/24e/rawfile/0fac3fe51b617f8bb9b7d06eed295cb761edb49c/figure5.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="1.5" numberOfPoints="2500">
			<algorithm kisaoID="KISAO:0000019" />
		</uniformTimeCourse>
	</listOfSimulations>
	<listOfModels>
		<model id="model1" language="urn:sedml:language:cellml" source="http://models.cellml.org/workspace/24e/rawfile/a2bd9033421fc066fb33c5dabef22188394cde0b/noble_2000_a.cellml" />
	</listOfModels>
	<listOfTasks>
		<repeatedTask id="task0" resetModel="True" range="current" modelReference="model1" simulationReference="simulation1" >
			<ranges>
				<vectorRange id="current">
					<value>0</value>

					<value>0.0025</value>

					<value>0.0035</value>
					
					<value>0.004</value>
					
					<value>0.0045</value>
				</vectorRange>
			</ranges>
			<changes>
				<setValue target="/cellml:model/cellml:component[@name='persistent_sodium_current']/cellml:variable[@name='g_pna']/@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 ">
			<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="IPNA" name=" Persitent Sodium Current ">
			<listOfVariables>
				<variable id="ipna" taskReference="task0" target="/cellml:model/cellml:component[@name='persistent_sodium_current']/cellml:variable[@name='i_p_Na']" />
			</listOfVariables>
			<math:math>
				<math:ci>ipna</math:ci>
			</math:math>
		</dataGenerator>

	</listOfDataGenerators>
	<listOfOutputs>
		<plot2D id="plot1" name=" Influence of Persistent sodium current conductance (0,0.0025,0.0035,0.004,0.0045) on Membrane potential">
			<listOfCurves>
				<curve id="curve_1" logX="false" logY="false" xDataReference="time" yDataReference="Vm1" />
			</listOfCurves>
		</plot2D>
		<plot2D id="plot2" name=" Influence of Persistent sodium current conductance (0,0.0025,0.0035,0.004,0.0045) on Persistent sodium current">
			<listOfCurves>
				<curve id="curve_2" logX="false" logY="false" xDataReference="time" yDataReference="IPNA" />
			</listOfCurves>
		</plot2D>
	</listOfOutputs>
</sedML>