Uses of Class
org.neuroml.model.BaseSynapse
Packages that use BaseSynapse
-
Uses of BaseSynapse in org.neuroml.model
Subclasses of BaseSynapse in org.neuroml.modelModifier and TypeClassDescriptionclassAlpha synapse: rise time and decay time are both tau_syn.classAlpha current synapse: rise time and decay time are both **tau.** \n :param tau: Time course for rise and decay :type tau: time :param ibase: Baseline current increase after receiving a spike :type ibase: currentclassAlpha synapse: rise time and decay time are both tau_syn.classOhmic 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.classSynapse model which produces a synaptic current.classBase type for all PyNN synapses.classBase type for synapses with a dependence on membrane potentialclassBiexponential synapse that allows for optional block and plasticity mechanisms, which can be expressed as child elements.classSynapse consisting of two independent synaptic mechanisms ( e.classConductance based synapse with instantaneous rise and single exponential decay ( with time constant tau_syn ) \n :param e_rev: :type e_rev: none :param tau_syn: :type tau_syn: noneclassCurrent based synapse with instantaneous rise and single exponential decay ( with time constant tau_syn ) \n :param tau_syn: :type tau_syn: noneclassOhmic 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: voltageclassGap junction/single electrical connection \n :param conductance: :type conductance: conductanceclassGraded/analog synapse.classBehaves just like a one way gap junction.classDummy synapse which emits no current.Methods in org.neuroml.model that return BaseSynapseModifier and TypeMethodDescriptionObjectFactory.createBaseSynapse()Create an instance ofBaseSynapse