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 | |
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 32 of file brian_to_csv.py.
| def brian_to_csv.Channel.__init__ | ( | self | ) |
Definition at line 33 of file brian_to_csv.py.
| def brian_to_csv.Channel.__str__ | ( | self | ) |
Definition at line 37 of file brian_to_csv.py.
| def brian_to_csv.Channel.add | ( | self, | |
| neuron | |||
| ) |
Definition at line 46 of file brian_to_csv.py.
| def brian_to_csv.Channel.size | ( | self | ) |
Definition at line 50 of file brian_to_csv.py.
Definition at line 33 of file brian_to_csv.py.
Definition at line 33 of file brian_to_csv.py.