Page 1 of 1

"No accessed section" error message

Posted: Sat Sep 05, 2009 11:51 am
by ted
Recently a NEURON user reported that trying to bring up a PointProcessManager instead caused a window to appear that reported
No accessed section: Can't start a PointProcessManager

Under recent versions of NEURON (7.1 for sure) this means that no sections have been created. Type the command
forall psection()
at the oc> prompt and NEURON will print out the names of all sections that exist. If there are no sections, revise your code so that it creates sections.