Next: Introduction, Up: (dir) [Contents][Index]
Copyright © 2014 Andrei Zavada johnhommer@gmail.com.
The files representing this documentation set are part of CNrun project, and covered by GPL-2+.
This file documents the CNrun functions exposed in Lua.
• Introduction: | CNrun is a neuronal network model simulator, with scripting done in Lua. | |
• General notes: | Loading cnrun module in Lua; how errors are reported. | |
• Interpreter context: | CNrun interpreter context needs to be created first. | |
• Models: | Operations on neuronal network models: create, populate, simulate, etc. | |
• Individual units: | View/modify individual units’ parameters and state variables. | |
• External excitation sources: | External excitation sources. | |
• Sampling state variables: | Ways to assess model state and behaviour. | |
• Unit species: | A table of all available built-in units. | |
• Planned features: | There are some, although only time permitting. | |
• Index: | All functions listed alphabetically. |
Next: Introduction, Up: (dir) [Contents][Index]