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
    • Model Specification
      • Model Specification GUI Tools
      • Programmatic Model Specification
        • Topology
        • Ions
        • Dynamics (Channels, etc…)
        • Basic Reaction-Diffusion
        • Networks
        • Electrode
        • MechanismType
        • StateTransitionEvent
        • Obsolete Stimuli
    • 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
  • Programmatic Model Specification
  • Dynamics (Channels, etc…)
  • Switch to HOC
  • Edit on GitHub

Dynamics (Channels, etc…)

  • HOC-based Mechanisms
    • make_pointprocess()
    • make_mechanism()
  • KSChan
    • KSChan
      • KSChan.setstructure()
      • KSChan.remove_state()
      • KSChan.remove_transition()
      • KSChan.ngate()
      • KSChan.nstate()
      • KSChan.ntrans()
      • KSChan.nligand()
      • KSChan.pr()
      • KSChan.iv_type()
      • KSChan.gmax()
      • KSChan.erev()
      • KSChan.add_hhstate()
      • KSChan.add_ksstate()
      • KSChan.add_transition()
      • KSChan.trans()
      • KSChan.state()
      • KSChan.gate()
      • KSChan.name()
      • KSChan.ion()
      • KSChan.ligand()
    • KSState
      • KSState.frac()
      • KSState.index()
      • KSState.gate()
      • KSState.name()
    • KSGate
      • KSGate.nstate()
      • KSGate.power()
      • KSGate.sindex()
      • KSGate.index()
    • KSTrans
      • KSTrans.set_f()
      • KSTrans.index()
      • KSTrans.type()
      • KSTrans.ftype()
      • KSTrans.ab()
      • KSTrans.inftau()
      • KSTrans.f()
      • KSTrans.src()
      • KSTrans.target()
      • KSTrans.parm()
      • KSTrans.ligand()
  • LinearMechanism
    • LinearMechanism
  • Point Processes and Artificial Cells
    • General
      • pnt.get_loc()
      • pnt.get_segment()
      • pnt.loc()
      • pnt.has_loc()
      • IClamp
      • AlphaSynapse
      • VClamp
      • SEClamp
      • APCount
      • ExpSyn
      • Exp2Syn
      • NetStim
      • PatternStim
      • IntFire1
      • IntFire2
      • IntFire4
  • Mechanisms
  • NMODL
    • NEURON Extension to NMODL
      • NEURON
      • BEFORE / AFTER
      • FOR_NETCONS
      • PROTECT
      • MUTEXLOCK / MUTEXUNLOCK
      • Connecting Mechanisms Together
      • VERBATIM
    • Model Description Language
      • Introduction
      • General Paradigm
      • Basic NMODL Statements
      • WATCH
      • FUNCTION_TABLE
      • CONDUCTANCE
      • WHILE
      • IF / ELSE IF / ELSE
      • LAG
Previous Next

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

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
Downloads
On Read the Docs
Project Home
Builds