Page 1 of 1

Add self event to queue

Posted: Thu Nov 26, 2015 1:22 pm
by oren
Hello,
I was wondering if it is possible to add a self-event to an ARTIFICIAL_CELL to the queue.
I know it is possible to add an event to a point processor with CVode.event() but I was wondering if it is possible to add a self-event, an event that will reach the NET_RECEIVE of the ARTIFICIAL_CELL (I assume there should also be an option to state the flag)

Thanks.

Re: Add self event to queue

Posted: Fri Nov 27, 2015 12:33 pm
by ted
Presumably you want to use a hoc or Python statement to send an event.
Read the Programmer's Reference entry about the NetCon class's event() method.
FYI the concept of "self event" has nothing to do with this.