owmeta.connection module

class owmeta.connection.Connection(*args, no_type_decl=False, **kwargs)[source]

Bases: BiologyType

property number

The weight of the connection

property post_cell

The post-synaptic cell

property pre_cell

The pre-synaptic cell

property synclass

The kind of Neurotransmitter (if any) sent between pre_cell and post_cell

property syntype

The kind of synaptic connection. ‘gapJunction’ indicates a gap junction and ‘send’ a chemical synapse

property termination

Where the connection terminates. Inferred from type of post_cell at initialization