GlobalSynapticProperties

Information on synapse type and default values for weight, delay, threshold, etc.

Complex Type 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

Used By

Source

<xs:complexType name="GlobalSynapticProperties">
  <xs:annotation>
    <xs:documentation>Information on synapse type and default values for weight, delay, threshold, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="SynapseInternalProperties">
      <xs:sequence>
        <xs:element name="synapse_type" type="xs:string" 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>
        <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>
      </xs:sequence>
      <xs:attribute name="synapse_type" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>Including synapse_type as attribute in synapse_props will be required in v2.0</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>