Can't access point process manager sometimes

Using the graphical user interface to build and exercise models. Includes customizing the GUI by writing a little bit of hoc or Python
Post Reply
rajender_2801
Posts: 1
Joined: Sat May 08, 2010 3:34 pm

Can't access point process manager sometimes

Post by rajender_2801 »

Hi...I am totally a beginner to neuron. Sometimes when I try to use PointProcessManager under TOOLS, sometimes it displays msg as "No accessed Section. Cant start a point process manager". I dont understand why. hope someone can help me out
ted
Site Admin
Posts: 6299
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Can't access point process manager sometimes

Post by ted »

Some of NEURON's GUI tools require that a default section exist before they are created. The PPM is one such tool. If you are writing hoc code, make sure that it creates at least one section and contains one "access" statement _before_ you try to use the PPM. For more information about the concept "currently accessed section" and documentation of "access" see
http://www.neuron.yale.edu/neuron/stati ... cspec.html
Post Reply