<PSICSRun  timeStep="0.1ms" runTime="250ms" startPotential="-65mV"
	morphology="cell"
	environment="environment"
	properties="membrane"
	access="recording"
	stochThreshold="0">
	<StructureDiscretization baseElementSize="1um"/>

	<info>Cable with HH sodium and potassium channels, different timesteps</info>

	<RunSet vary="timeStep" values="[50, 100]us"  filepattern="ts-$"/>


	<ViewConfig>
		<LineGraph width="500" height="400">
		<XAxis label="time / ms"/>
		<YAxis label="potential / mV"/>

		<Line file="ref_axon_0_neuron.txt" color="white" width="1" rescale="[1000, 1000.]"/>
		<Line file="ref_axon_x_neuron.txt" color="white" width="1" rescale="[1000, 1000.]"/>


		<LineSet file="ts-10.txt" color="red"/>
		<LineSet file="ts-20.txt" color="blue"/>
		<LineSet file="ts-50.txt" color="cyan"/>
	    <LineSet file="ts-100.txt" color="green"/>

		<View id="whole"/>
		<View id="start"   xmin="0." xmax="30." ymin="-100." ymax="80."/>
		 <View id="end"   xmin="210." xmax="255." ymin="-100." ymax="80."/>

		</LineGraph>
	</ViewConfig>

</PSICSRun>

