tmd.Population.Population#
TMD class : Population.
Classes
|
A Population object is a container for Neurons. |
- class tmd.Population.Population.Population(name='Pop', neurons=None)#
Bases:
objectA Population object is a container for Neurons.
- Parameters:
name (str) – The name of the Population.
neurons (list[tmd.Neuron.Neuron.Neuron]) – A list of neurons to include in the Population.
- property apical#
Get apical dendrite.
- property apical_dendrite#
Get apical dendrite.
- append_neuron(new_neuron)#
Append a Neuron object to the Population.
- property axon#
Get axon.
- property basal#
Get basal dendrite.
- property basal_dendrite#
Get basal dendrite.
- property dendrites#
Get dendrites.
- get_by_name(name)#
Get the neurons whose name is equal to the one given.
- property neurites#
Get neurites.
- property undefined#
I dont know.