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

Class AnalogRecorder

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

Help on AnalogRecorder [class]:

Nested Classes [hide private]

Inherited from SimObject: ID, PortType

Instance Methods [hide private]
 
__init__(...)
Help on AnalogRecorder::AnalogRecorder(unsigned int samplingTime=1) [constructor]
 
advance(...)
 
create(...)
 
getManagedDelay(...)
 
getRecordedValues(...)
Help on std::vector<double, std::allocator<double> > const & AnalogRecorder::getRecordedValues() const [member function]
 
inputPortType(...)
 
nAnalogInputPorts(...)
 
nAnalogOutputPorts(...)
 
nSpikeInputPorts(...)
 
nSpikeOutputPorts(...)
 
outputPortType(...)
 
printAnalogValues(...)
Help on void AnalogRecorder::printAnalogValues() const [member function]
 
reset(...)
 
setActive(...)
 
setAnalogInput(...)

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

Inherited from SimObject: analog, spiking, undefined

Properties [hide private]
  samplingTime
Help on AnalogRecorder::samplingTime [variable]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on AnalogRecorder::AnalogRecorder(unsigned int samplingTime=1) [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

outputPortType(...)

 
Overrides: SimObject.outputPortType

reset(...)

 
Overrides: SimObject.reset

setAnalogInput(...)

 
Overrides: SimObject.setAnalogInput

Property Details [hide private]

samplingTime

Help on AnalogRecorder::samplingTime [variable]

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