Changing RxD species concentration from a point process using USEION #2869
-
I've been using RxD with a point process changing the concentration of a RxD species which is then read by a density mechanism. Small example: example.py
kirDA.mod
DASyn.mod
Instead of tracking the concentration with a pointer, I'd like to use USEION to write the change in concentration from the synapse (since I think it'd be easier to track interaction between several NT systems, pathways, and sources that way). If I try to write DAi from the point process directly instead of using a pointer, the RxD concentration doesn't seem to react. When printed, it seems to reset between each stimulation event. Is there some way I could use USEION still? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I've found out how to do it now using include_flux: |
Beta Was this translation helpful? Give feedback.
-
With the The docstring is probably more helpful than the documentation on this: nrn/share/lib/python/neuron/rxd/node.py Line 268 in 0e781ec |
Beta Was this translation helpful? Give feedback.
With the
include_flux
, the default units are in molecules/ms, which is probably part of why you needed a large weight.The docstring is probably more helpful than the documentation on this:
nrn/share/lib/python/neuron/rxd/node.py
Line 268 in 0e781ec