current balance violation?
Posted: Sun Mar 12, 2006 4:06 pm
Hello,
I'm slightly confused that in the following simple model ...
create soma
access soma
nseg=1
L=10
diam=10/PI
insert pas
objectvar stim
stim = new IClamp(0.5)
stim.del=1
stim.dur=2
stim.amp=0.1
... when plotting
soma.i_cap( 0.5 ) + soma.i_pas(0.5) - stim.i
I don't get zero but something in the order of picoamps. - I noticed this in a simulation with more conductances, where the deviation was in the order of 10s of picoamps.
Can anyone think of a reason for this?
Thanks and best wishes,
Christian.
I'm slightly confused that in the following simple model ...
create soma
access soma
nseg=1
L=10
diam=10/PI
insert pas
objectvar stim
stim = new IClamp(0.5)
stim.del=1
stim.dur=2
stim.amp=0.1
... when plotting
soma.i_cap( 0.5 ) + soma.i_pas(0.5) - stim.i
I don't get zero but something in the order of picoamps. - I noticed this in a simulation with more conductances, where the deviation was in the order of 10s of picoamps.
Can anyone think of a reason for this?
Thanks and best wishes,
Christian.