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

Class OnlineHistogramGenerator

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

Help on OnlineHistogramGenerator [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on OnlineHistogramGenerator::OnlineHistogramGenerator() [constructor]
 
advance(...)
 
create(...)
 
getAnalogOutput(...)
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
outputPortType(...)
 
reset(...)
 
setAnalogInput(...)

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

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on OnlineHistogramGenerator::OnlineHistogramGenerator() [constructor]

Help on OnlineHistogramGenerator::OnlineHistogramGenerator(unsigned int numInputPorts, double minVal, double maxVal, unsigned int numBins=10, unsigned int samplingTime=1) [constructor]

Overrides: object.__init__

advance(...)

 
Overrides: SimObject.advance

create(...)

 
Overrides: SimObjectFactory.create

getAnalogOutput(...)

 
Overrides: SimObject.getAnalogOutput

inputPortType(...)

 
Overrides: SimObject.inputPortType

nAnalogInputPorts(...)

 
Overrides: SimObject.nAnalogInputPorts

nAnalogOutputPorts(...)

 
Overrides: SimObject.nAnalogOutputPorts

outputPortType(...)

 
Overrides: SimObject.outputPortType

reset(...)

 
Overrides: SimObject.reset

setAnalogInput(...)

 
Overrides: SimObject.setAnalogInput