owmeta.connection module¶
-
class
owmeta.connection.Connection(pre_cell=None, post_cell=None, number=None, syntype=None, synclass=None, termination=None, **kwargs)[source]¶ Bases:
owmeta.biology.BiologyType-
number¶ The weight of the connection
-
post_cell¶ The post-synaptic cell
-
pre_cell¶ The pre-synaptic cell
-
syntype¶ The kind of synaptic connection. ‘gapJunction’ indicates a gap junction and ‘send’ a chemical synapse
-
termination¶ Where the connection terminates. Inferred from type of post_cell at initialization
-