tmd.Population.Population#

TMD class : Population.

Classes

Population([name, neurons])

A Population object is a container for Neurons.

class tmd.Population.Population.Population(name='Pop', neurons=None)#

Bases: object

A Population object is a container for Neurons.

Parameters:
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.