PyOpenWorm.connection module¶
-
class
PyOpenWorm.connection.Connection(pre_cell=None, post_cell=None, number=None, syntype=None, synclass=None, termination=None, **kwargs)[source]¶ Bases:
PyOpenWorm.biology.BiologyType-
number¶ The weight of the connection
-
post_cell¶ The post-synaptic cell
-
pre_cell¶ The pre-synaptic cell
-
synclass¶ The kind of Neurotransmitter (if any) sent between pre_cell and post_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
-