Uses of Class
org.neuroml.model.BaseSynapse

Packages that use BaseSynapse
Package
Description
 
  • Uses of BaseSynapse in org.neuroml.model

    Modifier and Type
    Class
    Description
    class 
    Alpha synapse: rise time and decay time are both tau_syn.
    class 
    Alpha 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: current
    class 
    Alpha synapse: rise time and decay time are both tau_syn.
    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 
    Synapse model which produces a synaptic current.
    class 
    Base type for all PyNN synapses.
    class 
    Base type for synapses with a dependence on membrane potential
    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 
    Conductance 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: none
    class 
    Current based synapse with instantaneous rise and single exponential decay ( with time constant tau_syn ) \n :param tau_syn: :type tau_syn: none
    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
    class 
    Gap junction/single electrical connection \n :param conductance: :type conductance: conductance
    class 
    Graded/analog synapse.
    class 
    Behaves just like a one way gap junction.
    class 
    Dummy synapse which emits no current.
    Methods in org.neuroml.model that return BaseSynapse
    Modifier and Type
    Method
    Description
    ObjectFactory.createBaseSynapse()
    Create an instance of BaseSynapse