A synaptic mechanism whose conductance can be blocked by the presence of a specific species (ion/molecule). Based on the mechanism for blocking of an NMDA receptor by Mg as outlined in Gabbiani et al, 1994, Maex DeSchutter 1998 |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
decay_time | TimeConstantValue | required |
|
||||
max_conductance | ConductanceValue | required |
|
||||
reversal_potential | VoltageValue | required |
|
||||
rise_time | TimeConstantValueIncZero | required |
|
Element | SynapseType/blocking_syn |
<xs:complexType name="BlockingSynapse"> <xs:annotation> <xs:documentation>A synaptic mechanism whose conductance can be blocked by the presence of a specific species (ion/molecule). Based on the mechanism for blocking of an NMDA receptor by Mg as outlined in Gabbiani et al, 1994, Maex DeSchutter 1998</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="DoubleExponentialSynapse"> <xs:sequence> <xs:element name="block" type="Block"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |