netpyne.sim

Package for handling simulations

Contains all the model shared variables and modules. It is imported as “sim” from all other files, so any variable or module can be referenced from any module using sim.varName.

netpyne.sim.gather

Module for gathering data from nodes after a simulation

netpyne.sim.load(filename[, simConfig, ...])

Wrapper function to load a simulation from file

netpyne.sim.run

Module for running simulations

netpyne.sim.save

Module related to saving

netpyne.sim.setup

Module for setting up simulations

netpyne.sim.utils

Module for utilities related to simulation

netpyne.sim.validator

netpyne.sim.wrappers

Module containing wrappers to create, load, simulate, analyze networks