Data structure for a neuron that is close to a channel pad. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| data | |
| weight | |
Data structure for a neuron that is close to a channel pad.
data: unique id of the neuron weight: distance from the center of the pad
Definition at line 57 of file brian_to_csv.py.
| def brian_to_csv.CloseNeuron.__init__ | ( | self, | |
| data, | |||
| dist | |||
| ) |
Definition at line 58 of file brian_to_csv.py.
| def brian_to_csv.CloseNeuron.__str__ | ( | self | ) |
Definition at line 62 of file brian_to_csv.py.
Definition at line 58 of file brian_to_csv.py.
Definition at line 58 of file brian_to_csv.py.