A synaptic type with facilitating and depressing amplitude. |
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/fac_dep_syn |
<xs:complexType name="FacDepSynapse"> <xs:annotation> <xs:documentation>A synaptic type with facilitating and depressing amplitude.</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="plasticity" type="FacDep"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |