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 object providing API to the NEURON hoc interface. |
|
Wrapper around |
|
Cell without morphological or electrophysiological features. |