single_cell_parsercell

cell

Cell objects for neuron models and cell activity.

This module contains classes for representing cells in NEURON simulations. This includes Cell and PySection for neuron models, containing morphological and biophysical properties. It also includes the PointCell class for handling presynaptic cell activations. The latter does not contain any morphological or biophysical properties, but handles the activation of presynaptic cells in a network. For neuron-network multiscale simulations, you should consult simrun.

Classes

Cell

Cell object providing API to the NEURON hoc interface.

PySection

Wrapper around nrn.Section providing additional functionality for geometry and mechanisms.

PointCell

Cell without morphological or electrophysiological features.