Uses of Class
org.neuroml.model.BaseVoltageDepSynapse
Packages that use BaseVoltageDepSynapse
- 
Uses of BaseVoltageDepSynapse in org.neuroml.modelSubclasses of BaseVoltageDepSynapse in org.neuroml.modelModifier and TypeClassDescriptionclassOhmic 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: voltageclassSynapse model which exposes a conductance **g** in addition to producing a current.classSynapse model suited for a sum of two expTwoSynapses which exposes a conductance **g** in addition to producing a current.classBiexponential synapse that allows for optional block and plasticity mechanisms, which can be expressed as child elements.classSynapse consisting of two independent synaptic mechanisms ( e.classOhmic 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: voltageclassOhmic synapse similar to expTwoSynapse but consisting of two components that can differ in decay times and max conductances but share the same rise time.classOhmic 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: voltageMethods in org.neuroml.model that return BaseVoltageDepSynapseModifier and TypeMethodDescriptionObjectFactory.createBaseVoltageDepSynapse()Create an instance ofBaseVoltageDepSynapse