Variables specifying a single synapse |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
internal_delay | SynapticDelayValue | 0 | optional |
|
|||
post_delay | SynapticDelayValue | 0 | optional |
|
|||
pre_delay | SynapticDelayValue | 0 | optional |
|
|||
prop_delay | SynapticDelayValue | 0 | optional |
|
|||
synapse_type | xs:string | optional |
|
||||
threshold | VoltageValue | 0 | optional |
|
|||
weight | NonNegativeDouble | 1 | optional |
|
Element | Connection/properties |
<xs:complexType name="LocalSynapticProperties"> <xs:annotation> <xs:documentation>Variables specifying a single synapse</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="SynapseInternalProperties"> <xs:attribute name="synapse_type" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Optional for a single synaptic connection. Only needed in the case where multiple synapses are present at one connection and there are non default values for each synapse's weights, etc. This field gives the name of the synapse type referred to.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |