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

Class IzhiNeuronBase

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

Help on IzhiNeuronBase [class]:
 An Izhikevich neuron. 
 
  Implements the model described in 
  Izhikevich, 2004 
  'Which model to use for cortical spiking neurons' 
  
   
  

### Model

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on IzhiNeuronBase::IzhiNeuronBase(double a=2.00000000000000004163336342344337026588618755341e-2, double b=2.00000000000000011102230246251565404236316680908e-1, double c=-6.5e+1, double d=8.0e+0, double Vpeak=3.0e+1, double Vinit=-5.99999999999999977795539507496869191527366638184e-2, double Inoise=0.0, double Iinject=0.0, double factI=1.0e+0) [constructor]
 
adjust(...)
 
advance(...)
 
clearSynapticInput(...)
 
getManagedDelay(...)
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
nSpikeInputPorts(...)
 
nSpikeOutputPorts(...)
 
outputPortType(...)
 
refractoryQ(...)
Help on bool IzhiNeuronBase::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__ = 144

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  Iinject
Help on IzhiNeuronBase::Iinject [variable]
  Inoise
Help on IzhiNeuronBase::Inoise [variable]
  Vinit
Help on IzhiNeuronBase::Vinit [variable]
  Vpeak
Help on IzhiNeuronBase::Vpeak [variable]
  a
Help on IzhiNeuronBase::a [variable]
  b
Help on IzhiNeuronBase::b [variable]
  c
Help on IzhiNeuronBase::c [variable]
  d
Help on IzhiNeuronBase::d [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on IzhiNeuronBase::IzhiNeuronBase(double a=2.00000000000000004163336342344337026588618755341e-2, double b=2.00000000000000011102230246251565404236316680908e-1, double c=-6.5e+1, double d=8.0e+0, double Vpeak=3.0e+1, double Vinit=-5.99999999999999977795539507496869191527366638184e-2, double Inoise=0.0, double Iinject=0.0, double factI=1.0e+0) [constructor]

Help on IzhiNeuronBase::IzhiNeuronBase(std::string type, double Vinit=-5.99999999999999977795539507496869191527366638184e-2, double Inoise=0.0, double Iinject=0.0, double factI=1.0e+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]

Iinject

Help on IzhiNeuronBase::Iinject [variable]

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

Inoise

Help on IzhiNeuronBase::Inoise [variable]

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

Vinit

Help on IzhiNeuronBase::Vinit [variable]

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

Vpeak

Help on IzhiNeuronBase::Vpeak [variable]

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

a

Help on IzhiNeuronBase::a [variable]

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

b

Help on IzhiNeuronBase::b [variable]

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

c

Help on IzhiNeuronBase::c [variable]

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

d

Help on IzhiNeuronBase::d [variable]

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