<PSICSRun timeStep="0.05ms" runTime="100ms" startPotential="-65mV"
	environment="environment"
	properties="membrane"
	access="recording"
	morphology = "cell"
	repeats="20"
	stochThreshold="0">

	<StructureDiscretization baseElementSize="25um"/>

<!--
    <ChannelStochThreshold channel="km" threshold="0"/>
    <ChannelStochThreshold channel="kna_nature" threshold="0"/>
	<ChannelStochThreshold channel="kvz_nature" threshold="0"/>
 -->

	<RunSet vary="stochThreshold" values="[0, 100000]"
		filepattern="out-$"/>

	<info></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-100000.txt" color="blue"/>
		<LineSet file="out-0.txt" color="red"/>


		 <View id="whole" xmin="-10." xmax="50." ymin="-100." ymax="80."/>
		  <View id="enlarged" xmin="-10." xmax="50." ymin="-70." ymax="-50."/>
		</LineGraph>
	</ViewConfig>


</PSICSRun>
