NEURON
8.2.2

Building:

  • Installation
  • CMake Build Options
  • Developer Builds

User documentation:

  • Training videos
  • Guides
  • NEURON Course Exercises
  • The NEURON forum
  • Publications about NEURON
  • Publications using NEURON

NEURON scripting:

  • NEURON Python documentation
    • Quick Links
    • Basic Programming
    • Model Specification
    • Simulation Control
    • Visualization
      • Glyph
      • Graph
      • Grapher
      • PlotShape
      • PlotShape Window
      • RangeVarPlot
      • Shape
      • Notification
      • GUI Look And Feel
      • MenuExplore
        • PointProcessLocator
        • ShapeBrowser
      • Obsolete Plotting
    • Analysis
  • NEURON HOC documentation
  • Other scripting languages
  • Python tutorials
  • Python RXD tutorials
  • CoreNEURON

Developer documentation:

  • NEURON SCM and Release
  • NEURON Development topics
  • C/C++ API

Removed Features

  • Removed Features

Changelog

  • NEURON 8.2
  • NEURON 8.1
  • NEURON 8.0
  • Contributors
  • Feedback / Help
NEURON
  • NEURON Python documentation
  • MenuExplore
  • Switch to HOC
  • Edit on GitHub

MenuExplore

Shape and browser for creating a section panel

usage:
ob = h.MenuExplore()

Pressing the left mouse button on a section in the Shape scene (make sure the Section popup menu item is selected) colors the section red and highlights the corresponding section name in the browser.

Pressing the left mouse button once on a name in the browser colors the corresponding section in the Shape Scene (you can drag the mouse as well).

Double clicking the left mouse button on a name in the browser pops up a panel showing the parameters associated with that section.

This assumes homogeneous sections by default. So Parameters which are not initialized as constants along the section get a label to that effect instead of a field editor. If this is not desired specify a position, 0 < x < 1, for the location.

If panels besides PARAMETER are desired select from the Type menu.

PointProcessLocator

shape, browser, and menu for a point process

usage:
ob = h.PointProcessLocator(pointprocess)

In the shape scene there is a blue dot showing the location of the pointprocess. Press the left mouse button at any point on the neuron to relocate the point process. Parameters of the point process are displayed in the lower part of the window.

ShapeBrowser

Pressing the left mouse button on a section in the Shape scene (make sure the Section popup menu item is selected) colors the section red and highlights the corresponding section name in the browser.

Pressing the left mouse button once on a name in the browser colors the corresponding section in the Shape Scene (you can drag the mouse as well).

This class is useful as a part of a larger class and as a dialog for selecting a section.

Previous Next

© Copyright 2022, Duke, Yale and the Blue Brain Project. Revision 93d41faf.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 8.2.2
Versions
latest
8.2.2
8.2.1
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
Downloads
On Read the Docs
Project Home
Builds