-
class
Ohmic synapse model where rise time and decay time are both **tau.** Max conductance reached during this time ( assuming zero conductance before ) is **gbase** * **weight.**
\n
:param tau: Time course of rise/decay
:type tau: time
:param gbase: Baseline conductance, generally the maximum conductance following a single spike
:type gbase: conductance
:param erev: Reversal potential of the synapse
:type erev: voltage
class
Synapse model which exposes a conductance **g** in addition to producing a current.
class
Synapse model suited for a sum of two expTwoSynapses which exposes a conductance **g** in addition to producing a current.
class
Biexponential synapse that allows for optional block and plasticity mechanisms, which can be expressed as child elements.
class
Synapse consisting of two independent synaptic mechanisms ( e.
class
Ohmic synapse model whose conductance rises instantaneously by ( **gbase** * **weight** ) on receiving an event, and which decays exponentially to zero with time course **tauDecay**
\n
:param tauDecay: Time course of decay
:type tauDecay: time
:param gbase: Baseline conductance, generally the maximum conductance following a single spike
:type gbase: conductance
:param erev: Reversal potential of the synapse
:type erev: voltage
class
Ohmic synapse similar to expTwoSynapse but consisting of two components that can differ in decay times and max conductances but share the same rise time.
class
Ohmic synapse model whose conductance waveform on receiving an event has a rise time of **tauRise** and a decay time of **tauDecay.** Max conductance reached during this time ( assuming zero conductance before ) is **gbase** * **weight.**
\n
:param tauRise:
:type tauRise: time
:param tauDecay:
:type tauDecay: time
:param gbase: Baseline conductance, generally the maximum conductance following a single spike
:type gbase: conductance
:param erev: Reversal potential of the synapse
:type erev: voltage