net_event and NMODL files
Posted: Fri Oct 05, 2007 8:16 am
I have constructed a MOD - PointProcess file that simulates the whole activity of a single neuron.
Inside the BREAKPOINT I have included a threshold detection mechanism.
Is it possible to send an event to the "next" neuron, when the threshold is surpassed, using a command inside the BREAKPOINT block and not in the NET_RECEIVE block. ("next" means the neuron attached next to it with a NetCon mechanism)
Because the net_event command is functioning only inside the NET_RECEIVE and INITIAL blocks.
Thanks
Inside the BREAKPOINT I have included a threshold detection mechanism.
Is it possible to send an event to the "next" neuron, when the threshold is surpassed, using a command inside the BREAKPOINT block and not in the NET_RECEIVE block. ("next" means the neuron attached next to it with a NetCon mechanism)
Because the net_event command is functioning only inside the NET_RECEIVE and INITIAL blocks.
Thanks