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

Class GaussianNoise

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

Help on GaussianNoise [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on GaussianNoise::GaussianNoise(float level=1.0e+0) [constructor]
 
advance(...)
 
create(...)
 
getAnalogOutput(...)
 
getManagedDelay(...)
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
nSpikeInputPorts(...)
 
nSpikeOutputPorts(...)
 
no_action(...)
 
non_thread_safe_advance(...)
 
outputPortType(...)
 
plain_boost(...)
 
reset(...)

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

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  level
Help on GaussianNoise::level [variable]
  noise
Help on GaussianNoise::noise [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on GaussianNoise::GaussianNoise(float level=1.0e+0) [constructor]

Overrides: object.__init__

advance(...)

 
Overrides: SimObject.advance

create(...)

 
Overrides: SimObjectFactory.create

getAnalogOutput(...)

 
Overrides: SimObject.getAnalogOutput

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]

level

Help on GaussianNoise::level [variable]

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

noise

Help on GaussianNoise::noise [variable]

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