Search found 4 matches

by Ricardo_Molinari
Thu Feb 13, 2020 9:18 pm
Forum: NEURON hacks
Topic: Non-homogeneous renewal point process generator as an ARTIFICIAL_CELL
Replies: 0
Views: 29834

Non-homogeneous renewal point process generator as an ARTIFICIAL_CELL

Dear all, I'm trying to implement a Non-homogeneous renewal point process generator as an ARTIFICIAL_CELL and the following three offsides that I see: Do we have access to simulation discretization time dt inside the .mod? How could we access it? Could we use for structures inside BREAKPOINT or even...
by Ricardo_Molinari
Wed Jan 29, 2020 4:17 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Interfacing NEURON with other software on runtime
Replies: 4
Views: 6809

Re: Interfacing NEURON with other software on runtime

Sorry about the confusion. Thank you Robert for the help!
[]'s
by Ricardo_Molinari
Wed Jan 29, 2020 7:12 am
Forum: Adding new mechanisms and functions to NEURON
Topic: Interfacing NEURON with other software on runtime
Replies: 4
Views: 6809

Re: Interfacing NEURON with other software on runtime

Dear Ted,
the solution worked very well! Thanks for the fast response.
[]'s
by Ricardo_Molinari
Tue Jan 28, 2020 5:32 pm
Forum: Adding new mechanisms and functions to NEURON
Topic: Interfacing NEURON with other software on runtime
Replies: 4
Views: 6809

Interfacing NEURON with other software on runtime

Dear all, I'm trying to implement a neuromuscular system that has some afferent structures that depend on other softwares besides NEURON. On this effort, I found in the forum the following .mod, which implements a python callback function. NEURON { POINT_PROCESS PyBeforeStep POINTER callback } ASSIG...