Data structure for a MEA channel pad neurons: list of neurons within range of the pad total_weight: combined weights of all the neurons. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | add |
| def | size |
Public Attributes | |
| neurons | |
| total_weight | |
Data structure for a MEA channel pad neurons: list of neurons within range of the pad total_weight: combined weights of all the neurons.
Definition at line 59 of file SeedMea.py.
| def SeedMea.Channel.__init__ | ( | self | ) |
Definition at line 60 of file SeedMea.py.
| def SeedMea.Channel.__str__ | ( | self | ) |
Definition at line 64 of file SeedMea.py.
| def SeedMea.Channel.add | ( | self, | |
| neuron | |||
| ) |
Definition at line 73 of file SeedMea.py.
| def SeedMea.Channel.size | ( | self | ) |
Definition at line 77 of file SeedMea.py.
Definition at line 60 of file SeedMea.py.
Definition at line 60 of file SeedMea.py.