Uses of Class
org.neuroml.model.BaseConductanceBasedSynapse

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

    Modifier and Type
    Class
    Description
    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 
    Biexponential synapse that allows for optional block and plasticity mechanisms, which can be expressed as child elements.
    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 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
    Modifier and Type
    Method
    Description
    Create an instance of BaseConductanceBasedSynapse