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
      • NEURON Python tutorial
      • HOC Language
        • HOC Syntax
        • HOC Keywords
        • Input and Output
        • Object Oriented Programming in HOC
        • Predeclared Variables
      • Mathematics
      • Strings
      • GUI Design
      • Pointers
      • Timer
      • System Calls
      • Error Handling
      • Dynamic Code Loading and Execution
      • Project Management
      • Debugging and Internals Access
    • Model Specification
    • Simulation Control
    • Visualization
    • 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
  • HOC Language
  • Switch to HOC
  • Edit on GitHub

HOC Language

  • HOC Syntax
    • comments
    • Expressions
    • Statements
    • proc
    • func
    • obfunc
    • iterator
    • Arguments
      • numarg()
      • argtype()
  • HOC Keywords
  • Input and Output
    • Printf (Formatted Output)
      • printf()
    • Redirect Standard Out
      • hoc_stdout()
    • File Access (objected-oriented via NEURON)
      • File
    • Read from Terminal and Files
      • xred()
      • getstr()
      • sred()
      • fscan()
    • Open and Write to Files (Obsolete)
      • ropen()
      • wopen()
      • xopen()
      • fprint()
    • Plotter Control (obsolete)
      • lw()
  • Object Oriented Programming in HOC
    • begintemplate
    • endtemplate
    • objectvar
    • objref
    • public
    • external
    • new
      • init()
      • unref()
    • NULLobject
      • this
  • Predeclared Variables
    • hoc_ac_
    • hoc_obj_
    • hoc_cross_x_
    • hoc_cross_y_
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