default_values

For compatability to pre v1.7.1. Will be removed in v2.0.

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
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="default_values" type="SynapseInternalProperties" minOccurs="0">
  <xs:annotation>
    <xs:documentation>For compatability to pre v1.7.1. Will be removed in v2.0.</xs:documentation>
  </xs:annotation>
</xs:element>

Sample