Uses of Class
org.neuroml.model.IafTauCell
Packages that use IafTauCell
-
Uses of IafTauCell in org.neuroml.model
Subclasses of IafTauCell in org.neuroml.modelModifier and TypeClassDescriptionclass
Integrate and fire cell which returns to its leak reversal potential of **leakReversal** with a time course **tau.** It has a refractory period of **refract** after spiking \n :param refract: :type refract: time :param leakReversal: :type leakReversal: voltage :param tau: :type tau: time :param thresh: The membrane potential at which to emit a spiking event and reset voltage :type thresh: voltage :param reset: The value the membrane potential is reset to on spiking :type reset: voltageFields in org.neuroml.model with type parameters of type IafTauCellMethods in org.neuroml.model that return IafTauCellModifier and TypeMethodDescriptionObjectFactory.createIafTauCell()
Create an instance ofIafTauCell
Methods in org.neuroml.model that return types with arguments of type IafTauCellModifier and TypeMethodDescriptionNeuroMLDocument.getIafTauCell()
Gets the value of the iafTauCell property.