synapse_props

Properties of a synapse associated with this connection.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
internal_delay SynapticDelayValue 0 optional
Delay due to diffusion across the synaptic cleft. If only one delay value is known, this can be used
post_delay SynapticDelayValue 0 optional
Delay due to postsynaptic mechanism
pre_delay SynapticDelayValue 0 optional
Delay due to presynaptic mechanism
prop_delay SynapticDelayValue 0 optional
Delay due to simulated AP propagation along an axon
synapse_type xs:string optional
Including synapse_type as attribute in synapse_props will be required in v2.0
threshold VoltageValue 0 optional
Presynaptic membrane potential level above which the synapse fires
weight NonNegativeDouble 1 optional
Multiplicative weighting factor for the synapse

Source

<xs:element name="synapse_props" type="GlobalSynapticProperties" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Properties of a synapse associated with this connection.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample