How to check value of peak synaptic conductance?
Posted: Mon Jun 09, 2008 2:47 am
Hi,
Goal:
I am trying to ascertain the peak synaptic conductance value in my model (synaptic gbar).
I am using an Exp2Syn, so I believe I can just check my syn.g and this is synaptic gbar, but I am a little confused on a few things, so I'm not sure if that's correct.
Question 1: does syn.g represent synaptic gbar?
Question 2: what is the relationship between syn.g & netcon.weight? Is it g(t, V) = syn.g * netcon.weight ?
Question 3: when I measure and compute peak synaptic current / ionic driving force, I do not get the same value as syn.g. If syn.g = peak synaptic conductance, they should be equal. What's going wrong?
Setup:
- One soma1 with HH channels...
- ...connected via Exp2Syn and netcon to another soma2 with HH channels
- Soma1 is stimulated via vclamp to +55 mV which drives current through soma2 which is at -55 mV resting potential (driving force = 110 mV)
Results:
- syn.i = 0.677177 nA (to get this, I measured the max value of syn.i after running a simulation that elicits action potentials in soma2).
- ionic driving force = 110 mV (as mentioned above).
- As a result, gbar = 0.006156155. This does not equal my code value of syn.g which = .013.
Any help appreciated!
Thanks.
Goal:
I am trying to ascertain the peak synaptic conductance value in my model (synaptic gbar).
I am using an Exp2Syn, so I believe I can just check my syn.g and this is synaptic gbar, but I am a little confused on a few things, so I'm not sure if that's correct.
Question 1: does syn.g represent synaptic gbar?
Question 2: what is the relationship between syn.g & netcon.weight? Is it g(t, V) = syn.g * netcon.weight ?
Question 3: when I measure and compute peak synaptic current / ionic driving force, I do not get the same value as syn.g. If syn.g = peak synaptic conductance, they should be equal. What's going wrong?
Setup:
- One soma1 with HH channels...
- ...connected via Exp2Syn and netcon to another soma2 with HH channels
- Soma1 is stimulated via vclamp to +55 mV which drives current through soma2 which is at -55 mV resting potential (driving force = 110 mV)
Results:
- syn.i = 0.677177 nA (to get this, I measured the max value of syn.i after running a simulation that elicits action potentials in soma2).
- ionic driving force = 110 mV (as mentioned above).
- As a result, gbar = 0.006156155. This does not equal my code value of syn.g which = .013.
Any help appreciated!
Thanks.