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

Class SquarePulseSpikeResponse

  object --+                
           |                
 ??.instance --+            
               |            
SimObjectFactory --+        
                   |        
           SimObject --+    
                       |    
     FiniteSpikeResponse --+
                           |
                          SquarePulseSpikeResponse
Known Subclasses:

Help on SquarePulseSpikeResponse [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on SquarePulseSpikeResponse::SquarePulseSpikeResponse(float const A=1.00000000000000005551115123125782702118158340454e-1, float const tau=5.00000000000000010408340855860842566471546888351e-4) [constructor]
 
advance(...)
 
create(...)
 
psrLength(...)
Help on int FiniteSpikeResponse::psrLength(double dt) const [member function]
 
reset(...)
 
spikeHit(...)

Inherited from FiniteSpikeResponse: getAnalogOutput, inputPortType, isActive, nAnalogInputPorts, nAnalogOutputPorts, nSpikeInputPorts, nSpikeOutputPorts, outputPortType

Inherited from SimObject: adjust, check, deepCopy, getFieldOffset, getManagedDelay, incoming, init, outgoing, owned_by_net, 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 SquarePulseSpikeResponse::registerSimObject() [member function]
Class Variables [hide private]
  __instance_size__ = 116

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  A
Help on SquarePulseSpikeResponse::A [variable]
  tau
Help on SquarePulseSpikeResponse::tau [variable]

Inherited from FiniteSpikeResponse: psr

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SquarePulseSpikeResponse::SquarePulseSpikeResponse(float const A=1.00000000000000005551115123125782702118158340454e-1, float const tau=5.00000000000000010408340855860842566471546888351e-4) [constructor]

Overrides: object.__init__

advance(...)

 
Overrides: SimObject.advance

create(...)

 
Overrides: SimObjectFactory.create

psrLength(...)

 

Help on int FiniteSpikeResponse::psrLength(double dt) const [member function]

Overrides: FiniteSpikeResponse.psrLength
(inherited documentation)

reset(...)

 
Overrides: SimObject.reset

spikeHit(...)

 
Overrides: SimObject.spikeHit

Property Details [hide private]

A

Help on SquarePulseSpikeResponse::A [variable]

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

tau

Help on SquarePulseSpikeResponse::tau [variable]

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