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

Class StaticAnalogSynapse

  object --+                        
           |                        
 ??.instance --+                    
               |                    
SimObjectFactory --+                
                   |                
           SimObject --+            
                       |            
           AnalogSynapse --+        
                           |        
   CurrentBasedAnalogSynapse --+    
                               |    
         StaticAnaSyn_CuBaAnaSyn --+
                                   |
                                  StaticAnalogSynapse

Help on StaticAnalogSynapse [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on StaticAnalogSynapse::StaticAnalogSynapse(float W=1, float delay=0) [constructor]
 
create(...)

Inherited from StaticAnaSyn_CuBaAnaSyn: advance

Inherited from CurrentBasedAnalogSynapse: outgoing

Inherited from AnalogSynapse: getAnalogOutput, getManagedDelay, inputPortType, nAnalogInputPorts, nAnalogOutputPorts, nSpikeInputPorts, nSpikeOutputPorts, outputPortType, reset, setAnalogInput

Inherited from SimObject: adjust, check, deepCopy, getFieldOffset, incoming, init, owned_by_net, spikeHit, toBeActivated

Inherited from unreachable.instance: __new__

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

Static Methods [hide private]
 
registerSimObject(...)
Help on static void StaticAnalogSynapse::registerSimObject() [member function]
Class Variables [hide private]

Inherited from StaticAnaSyn_CuBaAnaSyn: __instance_size__

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]

Inherited from StaticAnaSyn_CuBaAnaSyn: W

Inherited from AnalogSynapse: delay, psr

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on StaticAnalogSynapse::StaticAnalogSynapse(float W=1, float delay=0) [constructor]

Overrides: object.__init__

create(...)

 
Overrides: SimObjectFactory.create