Data structure for a multi electrode array 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 multi electrode array channel pad neurons : list of neurons within range of the pad total_weight : combined weights of all the neurons.
Definition at line 251 of file brian_recv.py.
def brian_recv.Channel.__init__ | ( | self | ) |
Definition at line 252 of file brian_recv.py.
def brian_recv.Channel.__str__ | ( | self | ) |
Definition at line 256 of file brian_recv.py.
def brian_recv.Channel.add | ( | self, | |
neuron | |||
) |
Definition at line 265 of file brian_recv.py.
def brian_recv.Channel.size | ( | self | ) |
Definition at line 269 of file brian_recv.py.
Definition at line 252 of file brian_recv.py.
Definition at line 252 of file brian_recv.py.