-
class
Base of all synaptic connections with preCell, postSegment, etc.
class
Base of all synaptic connections with preCellId, postSegmentId, etc.
class
Event connection directly between named components, which gets processed via a new instance of a **synapse** component which is created on the target component.
class
Event connection between named components, which gets processed via a new instance of a synapse component which is created on the target component, includes setting of **weight** and **delay** for the synaptic connection
\n
:param weight:
:type weight: none
:param delay:
:type delay: time
class
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.
class
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.
class
An instance of a connection in a **continuousProjection** between **presynapticPopulation** to another **postsynapticPopulation** through a **preComponent** at the start and **postComponent** at the end.
class
To enable connections between populations through gap junctions.
class
To enable connections between populations through gap junctions.
class
To enable connections between populations through gap junctions.
-