Old .mod files with CVODE and NetStim
Posted: Mon Jul 11, 2005 4:41 am
Have a problem along similar lines of other CVODE question from Brad..
I am trying to implement NetStim in an existing model full of my own mod files (most importantly, a modified version of classic AMPA, GABA channels from Destexhe et al 1994 -- to include Ca2+ currents). In NetStim comments, it says that a CVODE object must exist in order for NetStim to work, so I did something along Brad's lines, adding a derivative state and NetReceive (in place of RELEASE function). Everything compiles ok, but Neuron gives me a non-specific error upon Run and crashes out. Of course, that might be due to some other programming error, but I am still tracking the error down
So my question is -- did I go the wrong way? Can you implement those AMPA and other mod's with NetReceive with modification? And what exactly does it mean, that CVODE object must exist for NetStim to work? I am having a hard time finding this in the documentation...
I am trying to implement NetStim in an existing model full of my own mod files (most importantly, a modified version of classic AMPA, GABA channels from Destexhe et al 1994 -- to include Ca2+ currents). In NetStim comments, it says that a CVODE object must exist in order for NetStim to work, so I did something along Brad's lines, adding a derivative state and NetReceive (in place of RELEASE function). Everything compiles ok, but Neuron gives me a non-specific error upon Run and crashes out. Of course, that might be due to some other programming error, but I am still tracking the error down
So my question is -- did I go the wrong way? Can you implement those AMPA and other mod's with NetReceive with modification? And what exactly does it mean, that CVODE object must exist for NetStim to work? I am having a hard time finding this in the documentation...