Module pypcsim :: Class aEIFNeuronBase
[hide private]
[frames] | no frames]

Class aEIFNeuronBase

     object --+            
              |            
    ??.instance --+        
                  |        
   SimObjectFactory --+    
                      |    
              SimObject --+
                          |
     object --+           |
              |           |
    ??.instance --+       |
                  |       |
        SpikeSender --+   |
                      |   |
SingleOutputSpikeSender --+
                          |
                         aEIFNeuronBase
Known Subclasses:

Help on aEIFNeuronBase [class]:
 An aEIF (adaptive Exponential Integrate and Fire) neuron. 
 
  see ''Adaptive Exponential Integrate-and-Fire Model as 
  an Effective Description of Neuronal Activity'' 
  Romain Brette and Wulfram Gerstner, J.Neurophysiology 94, 2005 
  
   
  

### Model

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on aEIFNeuronBase::aEIFNeuronBase(double a=4.00000000000000024912636583111942567558827477114e-9, double b=8.0500000000000006357836607749948413387253154383e-11, double Vt=-5.05999999999999991451282710386294638738036155701e-2, double Vr=-7.04000000000000042410519540680979844182729721069e-2, double El=-7.04000000000000042410519540680979844182729721069e-2, double gl=2.99999999999999973189543746917434807741642543988e-8, double Cm=2.81000000000000011917658064903202848328067631201e-10, double tau_w=1.4399999999999998911981435867346590384840965271e-1, double slope=2.00000000000000004163336342344337026588618755341e-3, double Vpeak=2.00000000000000004163336342344337026588618755341e-2, double Vinit=-5.99999999999999977795539507496869191527366638184e-2, double Inoise=0.0, double Iinject=0.0) [constructor]
 
adjust(...)
 
advance(...)
 
clearSynapticInput(...)
 
getManagedDelay(...)
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
nSpikeInputPorts(...)
 
nSpikeOutputPorts(...)
 
outputPortType(...)
 
refractoryQ(...)
Help on bool aEIFNeuronBase::refractoryQ() [member function]
 
reset(...)

Inherited from SimObject: check, deepCopy, getAnalogOutput, getFieldOffset, incoming, init, outgoing, owned_by_net, setAnalogInput, spikeHit, toBeActivated

Inherited from SimObjectFactory: create

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 184

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  Cm
Help on aEIFNeuronBase::Cm [variable]
  El
Help on aEIFNeuronBase::El [variable]
  Iinject
Help on aEIFNeuronBase::Iinject [variable]
  Inoise
Help on aEIFNeuronBase::Inoise [variable]
  Vinit
Help on aEIFNeuronBase::Vinit [variable]
  Vpeak
Help on aEIFNeuronBase::Vpeak [variable]
  Vr
Help on aEIFNeuronBase::Vr [variable]
  Vt
Help on aEIFNeuronBase::Vt [variable]
  a
Help on aEIFNeuronBase::a [variable]
  b
Help on aEIFNeuronBase::b [variable]
  gl
Help on aEIFNeuronBase::gl [variable]
  slope
Help on aEIFNeuronBase::slope [variable]
  tau_w
Help on aEIFNeuronBase::tau_w [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on aEIFNeuronBase::aEIFNeuronBase(double a=4.00000000000000024912636583111942567558827477114e-9, double b=8.0500000000000006357836607749948413387253154383e-11, double Vt=-5.05999999999999991451282710386294638738036155701e-2, double Vr=-7.04000000000000042410519540680979844182729721069e-2, double El=-7.04000000000000042410519540680979844182729721069e-2, double gl=2.99999999999999973189543746917434807741642543988e-8, double Cm=2.81000000000000011917658064903202848328067631201e-10, double tau_w=1.4399999999999998911981435867346590384840965271e-1, double slope=2.00000000000000004163336342344337026588618755341e-3, double Vpeak=2.00000000000000004163336342344337026588618755341e-2, double Vinit=-5.99999999999999977795539507496869191527366638184e-2, double Inoise=0.0, double Iinject=0.0) [constructor]

Overrides: object.__init__

adjust(...)

 
Overrides: SimObject.adjust

advance(...)

 
Overrides: SimObject.advance

getManagedDelay(...)

 
Overrides: SimObject.getManagedDelay

inputPortType(...)

 
Overrides: SimObject.inputPortType

nAnalogInputPorts(...)

 
Overrides: SimObject.nAnalogInputPorts

nAnalogOutputPorts(...)

 
Overrides: SimObject.nAnalogOutputPorts

nSpikeInputPorts(...)

 
Overrides: SimObject.nSpikeInputPorts

nSpikeOutputPorts(...)

 
Overrides: SimObject.nSpikeOutputPorts

outputPortType(...)

 
Overrides: SimObject.outputPortType

reset(...)

 
Overrides: SimObject.reset

Property Details [hide private]

Cm

Help on aEIFNeuronBase::Cm [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

El

Help on aEIFNeuronBase::El [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Iinject

Help on aEIFNeuronBase::Iinject [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Inoise

Help on aEIFNeuronBase::Inoise [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Vinit

Help on aEIFNeuronBase::Vinit [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Vpeak

Help on aEIFNeuronBase::Vpeak [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Vr

Help on aEIFNeuronBase::Vr [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

Vt

Help on aEIFNeuronBase::Vt [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

a

Help on aEIFNeuronBase::a [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

b

Help on aEIFNeuronBase::b [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

gl

Help on aEIFNeuronBase::gl [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

slope

Help on aEIFNeuronBase::slope [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)

tau_w

Help on aEIFNeuronBase::tau_w [variable]

Get Method:
unreachable(...)
Set Method:
unreachable(...)