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

Class SimpleScalingSpikingSynapse

  object --+            
           |            
 ??.instance --+        
               |        
SimObjectFactory --+    
                   |    
           SimObject --+
                       |
                      SimpleScalingSpikingSynapse

Help on SimpleScalingSpikingSynapse [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on SimpleScalingSpikingSynapse::SimpleScalingSpikingSynapse(int targetID=1, float W=9.9999997171806853657471947371959686279296875e-10f, float delay=1.99999994947575032711029052734375e-4f) [constructor]
 
advance(...)
 
create(...)
 
getManagedDelay(...)
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
nSpikeInputPorts(...)
 
nSpikeOutputPorts(...)
 
outgoing(...)
 
spikeHit(...)

Inherited from SimObject: adjust, check, deepCopy, getAnalogOutput, getFieldOffset, incoming, init, outputPortType, owned_by_net, reset, setAnalogInput, 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 SimpleScalingSpikingSynapse::registerSimObject() [member function]
Class Variables [hide private]
  __instance_size__ = 32

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  W
Help on SimpleScalingSpikingSynapse::W [variable]
  condExc
  condInh
  currExc
  currInh
  delay
Help on SimpleScalingSpikingSynapse::delay [variable]
  exc
  inh

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SimpleScalingSpikingSynapse::SimpleScalingSpikingSynapse(int targetID=1, float W=9.9999997171806853657471947371959686279296875e-10f, float delay=1.99999994947575032711029052734375e-4f) [constructor]

Overrides: object.__init__

advance(...)

 
Overrides: SimObject.advance

create(...)

 
Overrides: SimObjectFactory.create

getManagedDelay(...)

 
Overrides: SimObject.getManagedDelay

inputPortType(...)

 
Overrides: SimObject.inputPortType

nAnalogInputPorts(...)

 
Overrides: SimObject.nAnalogInputPorts

nAnalogOutputPorts(...)

 
Overrides: SimObject.nAnalogOutputPorts

nSpikeInputPorts(...)

 
Overrides: SimObject.nSpikeInputPorts

nSpikeOutputPorts(...)

 
Overrides: SimObject.nSpikeOutputPorts

outgoing(...)

 
Overrides: SimObject.outgoing

spikeHit(...)

 
Overrides: SimObject.spikeHit

Property Details [hide private]

W

Help on SimpleScalingSpikingSynapse::W [variable]

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

condExc

Get Method:
unreachable(...)

condInh

Get Method:
unreachable(...)

currExc

Get Method:
unreachable(...)

currInh

Get Method:
unreachable(...)

delay

Help on SimpleScalingSpikingSynapse::delay [variable]

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

exc

Get Method:
unreachable(...)

inh

Get Method:
unreachable(...)