class
Base of all synaptic connections (chemical/electrical/analog, etc.) inside projections
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.
class
Specifies a single input to a **target,** optionally giving the **segmentId** ( default 0 ) and **fractionAlong** the segment ( default 0.
class
class
A segment defines the smallest unit within a possibly branching structure ( **morphology** ), such as a dendrite or axon.
class
Emits a single spike at the specified **time**
\n
:param time: Time at which to emit one spike event
:type time: time