SynapseInternalProperties

Variables specifying a single synapse or default values for a set of connections

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
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="SynapseInternalProperties">
  <xs:annotation>
    <xs:documentation>Variables specifying a single synapse or default values for a set of connections</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="meta:metadata"/>
  </xs:sequence>
  <xs:attribute name="internal_delay" type="bio:SynapticDelayValue" use="optional" default="0">
    <xs:annotation>
      <xs:documentation>Delay due to diffusion across the synaptic cleft. If only one delay value is known, this can be used</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="pre_delay" type="bio:SynapticDelayValue" use="optional" default="0">
    <xs:annotation>
      <xs:documentation>Delay due to presynaptic mechanism</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="post_delay" type="bio:SynapticDelayValue" use="optional" default="0">
    <xs:annotation>
      <xs:documentation>Delay due to postsynaptic mechanism</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="prop_delay" type="bio:SynapticDelayValue" use="optional" default="0">
    <xs:annotation>
      <xs:documentation>Delay due to simulated AP propagation along an axon</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="weight" type="meta:NonNegativeDouble" use="optional" default="1">
    <xs:annotation>
      <xs:documentation>Multiplicative weighting factor for the synapse</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="threshold" use="optional" type="bio:VoltageValue" default="0">
    <xs:annotation>
      <xs:documentation>Presynaptic membrane potential level above which the synapse fires</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>