Add self event to queue

Moderator: wwlytton

Post Reply
oren
Posts: 55
Joined: Fri Mar 22, 2013 1:03 am

Add self event to queue

Post 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.
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Add self event to queue

Post 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.
Post Reply