SynapticDelayValue

Units of a delay associated with a synaptic connection

Simple Type Information

Source

<xs:simpleType name="SynapticDelayValue">
  <xs:annotation>
    <xs:appinfo>
      <meta:units>s</meta:units>
      <meta:typical_value>0.005</meta:typical_value>
    </xs:appinfo>
    <xs:documentation>Units of a delay associated with a synaptic connection</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:double">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>