StdpDep

A synaptic mechanism implementing basic Spike Timing Dependent Plasticity based on Song and Abbott, 2001. See mapping to NEURON mod file for implementation details.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
del_weight_ltd xs:double required
del_weight_ltp xs:double required
max_syn_weight xs:double required
post_spike_thresh VoltageValue required
tau_ltd TimeConstantValue required
tau_ltp TimeConstantValue required

Used By

Source

<xs:complexType name="StdpDep">
  <xs:annotation>
    <xs:documentation>A synaptic mechanism implementing basic Spike Timing Dependent Plasticity based on Song and Abbott, 2001. See mapping to NEURON mod file for implementation details.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="tau_ltp" type="bio:TimeConstantValue" use="required"/>
  <xs:attribute name="del_weight_ltp" type="xs:double" use="required"/>
  <xs:attribute name="tau_ltd" type="bio:TimeConstantValue" use="required"/>
  <xs:attribute name="del_weight_ltd" type="xs:double" use="required"/>
  <xs:attribute name="max_syn_weight" type="xs:double" use="required"/>
  <xs:attribute name="post_spike_thresh" type="bio:VoltageValue" use="required"/>
</xs:complexType>