<PSICSRun timeStep="0.01ms" runTime="500ms" startPotential="-65mV" 
	environment="environment"
	properties="membrane"
	access="recording"
	activity="activity"
	morphology="cell"
	stochThreshold="0">
	 

	<StructureDiscretization baseElementSize="12um"/>


	<RunSet vary="timeStep" values="[0.01, 0.02, 0.05]ms"
		filepattern="out-$"/>

	<info>Current clamp stimulation profile read from a file, varying the stimulation scale factor</info>


	<ViewConfig>
		<LineGraph width="500" height="400">
		<XAxis min="0" max="250" label="time / ms"/>
		<YAxis min="-80" max="60" label="potential / mV"/>

		<LineSet file="out-0.01.txt" color="red"/>
	    <LineSet file="out-0.02.txt" color="green"/>
        <LineSet file="out-0.05.txt" color="blue"/>
 
		 <View id="whole" xmin="-10." xmax="500." ymin="-100." ymax="80."/>
		  <View id="enlarged" xmin="-10." xmax="50." ymin="-70." ymax="0."/>
		</LineGraph>
	</ViewConfig>


</PSICSRun>

