NEURON
latest

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

NMODLanguage:

  • NMODLanguage

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
  • Input and Output
  • Switch to HOC
  • Edit on GitHub

Input and Output

  • Printf (Formatted Output)
    • printf()
  • Redirect Standard Out
    • hoc_stdout()
  • File Access (objected-oriented via NEURON)
    • File
      • File.ropen()
      • File.wopen()
      • File.aopen()
      • File.xopen()
      • File.close()
      • File.mktemp()
      • File.unlink()
      • File.printf()
      • File.scanvar()
      • File.scanstr()
      • File.gets()
      • File.getname()
      • File.dir()
      • File.eof()
      • File.flush()
      • File.isopen()
      • File.chooser()
      • File.vwrite()
      • File.vread()
      • File.seek()
      • File.tell()
  • Read from Terminal and Files
    • xred()
    • getstr()
    • sred()
    • fscan()
  • Open and Write to Files (Obsolete)
    • ropen()
    • wopen()
    • xopen()
    • fprint()
  • Plotter Control (obsolete)
    • lw()
Previous Next

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

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