Search found 4 matches
- Tue Jun 24, 2014 4:41 pm
- Forum: NEURON + Python
- Topic: Accessing extracellular mechanism variables from Python
- Replies: 12
- Views: 26768
Re: Accessing extracellular mechanism variables from Python
Hi Dr. Carnevale, Thanks again for all your help. I am currently working with the extracellular mechanism to simulate extracellular stimulation, and am confused about the following: I calculated that in the extracellular_stim_and_rec example posted by you that an extracellular voltage in the range o...
- Fri Jun 20, 2014 6:19 pm
- Forum: NEURON + Python
- Topic: Accessing extracellular mechanism variables from Python
- Replies: 12
- Views: 26768
Re: Accessing extracellular mechanism variables from Python
That works, thank you!
- Fri Jun 20, 2014 12:07 am
- Forum: NEURON + Python
- Topic: Accessing extracellular mechanism variables from Python
- Replies: 12
- Views: 26768
Re: Accessing extracellular mechanism variables from Python
Sorry I should clarify, for this particular code the error is: 'nrn.Mechanism' object has no attribute 'xc', but replacing xc with vext returns the error previously mentioned
- Fri Jun 20, 2014 12:06 am
- Forum: NEURON + Python
- Topic: Accessing extracellular mechanism variables from Python
- Replies: 12
- Views: 26768
Re: Accessing extracellular mechanism variables from Python
Sorry to bring up old issues, but I cannot seem to access the variables mentioned here (vext, xraxial, xc, xg etc.), though in Python the following code returns: "nrn.Mechanism" object has no attribute 'vext'" x=neuron.h.Section() x.L=20 x.diam=20 x.nseg=1 x.insert('extracellular') fo...