A synaptic mechanism implementing basic Spike Timing Dependent Plasticity based on Song and Abbott, 2001 |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
decay_time | TimeConstantValue | required |
|
||||
decay_time_2 | TimeConstantValue | optional | |||||
decay_time_3 | TimeConstantValue | optional | |||||
max_conductance | ConductanceValue | required |
|
||||
max_conductance_2 | ConductanceValue | optional | |||||
max_conductance_3 | ConductanceValue | optional | |||||
reversal_potential | VoltageValue | required |
|
||||
rise_time | TimeConstantValueIncZero | required |
|
Element | SynapseType/stdp_syn |
<xs:complexType name="StdpSynapse"> <xs:annotation> <xs:documentation>A synaptic mechanism implementing basic Spike Timing Dependent Plasticity based on Song and Abbott, 2001</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="MultiDecaySynapse"> <xs:annotation> <xs:documentation>Extends MultiDecaySynapse</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="spike_time_dep" type="StdpDep"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |