Search found 6 matches
- Fri Aug 26, 2011 5:08 am
- Forum: Other questions
- Topic: The 'continuous' flag of Vector.play()
- Replies: 1
- Views: 2578
The 'continuous' flag of Vector.play()
I have 2 queries related to the 'continuous' flag of Vector's play() function. When we run the following bit of code, we would expect the 'temp' procedure to be called once for every dt. 1) Why is it getting called every dt/2. 2) Why is 'temp' called twice for time values in tVec? Any explanation wo...
- Fri Mar 13, 2009 1:06 am
- Forum: Other questions
- Topic: How to copy text from TextEditor
- Replies: 1
- Views: 1739
How to copy text from TextEditor
Hi,
How does one copy text from an edit box created using the TextEditor class. I tried all the Keyboard shortcuts I know, but nothing seemed to work.
thanks,
John
How does one copy text from an edit box created using the TextEditor class. I tried all the Keyboard shortcuts I know, but nothing seemed to work.
thanks,
John
- Thu May 17, 2007 5:42 am
- Forum: Other questions
- Topic: How to plot whole cell currents?
- Replies: 2
- Views: 4062
How to plot whole cell currents?
I have built a neuron model with around 200 compartments. There are around 80 AMPA synapses spread out across these compartments. While I can plot the AMPA current with respect to time for each synapse, I would like to plot the whole cell AMPA current, ie the sum of currents through all the AMPA syn...
- Fri Apr 28, 2006 4:59 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Problem in opening channel builder .ses files
- Replies: 4
- Views: 5258
Yes the 5.9 alpha version does take care of it. The bug is not there in the versions prior to 5.7 either. Also I could fix the problem in version 5.8 by interchanging the positions of the following statements in the chanbild\properties.hoc file within the set_data function. selion(iontype_, $s5) set...
- Thu Apr 27, 2006 10:12 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Problem in opening channel builder .ses files
- Replies: 4
- Views: 5258
- Thu Apr 27, 2006 8:27 am
- Forum: Adding new mechanisms and functions to NEURON
- Topic: Problem in opening channel builder .ses files
- Replies: 4
- Views: 5258
Problem in opening channel builder .ses files
I used the channel builder to build a Q type calcium channel. I had selected 'Create new type' for 'Selective for ion...' and used the GHK equation. When I tested the channel with a single compartment model, it worked fine. But once I saved it in a session file and tried to load the session file aga...