Creating an Autapse
Posted: Tue Apr 20, 2010 4:55 pm
We are trying to create an axon that synapses back onto the soma or onto a dendrite and are having problems figuring out how to do this. Any help would be greatly appreciated. Thanks.
Code: Select all
objref ampasyn, nc
dend ampasyn = new ExpSyn(0.5)
axon nc = new NetCon(&v(1), ampasyn)
nc.weight = 1e-3 // single event delivered to ampasyn will produce 0.001 uS peak conductance