Adding random synaptic events

Moderator: wwlytton

Post Reply
staceyw
Posts: 12
Joined: Wed May 21, 2008 3:49 pm

Adding random synaptic events

Post by staceyw »

I am trying to learn the syntax for adding synaptic events to a network. I have created the "toy network" .hoc file per the tutorial ( http://www.neuron.yale.edu/neuron/stati ... tline.html), with its list of two cells and a NetStim. This .hoc makes use of cell_append list and a nc_append list, and will run when given a RunControl statement.

What I'd like to do is learn how to put in single synaptic events from artificial cells at random times. i.e. rather than a pulse train at a certain time a la the NetStim default, I'd like a certain synapse to fire a few, random times during a run.

I am not asking how to randomize the time. Rather, how to input an event at specific times, that I can state explicitly. I had thought the .event(t) would work but it does not seem to.

Specifically, using the toy network construct, I am trying to add

nclist.o(0).event(3)

which would create (I thought) an excitatory postsynaptic event at time 3 ms, on the (index = 0) nclist, which is the art_cell -> motoneuron NetCon. It does not work. Note that this NetCon is already going to make a pulse train q 2 ms starting at 10 ms. I had hoped I could just add an event at 3 ms.


My end goal is to create a list of random synaptic events in each run, that will simulate random mini EPSP's.
ted
Site Admin
Posts: 6305
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Post by ted »

See the question
I have a set of recorded or calculated spike times. How can I use these to drive a postsynaptic mechanism?
in the FAQ list
http://www.neuron.yale.edu/neuron/faq/general-questions
Post Reply