Module basic
source code
Basic scalar EventProcessors
This file contains some EventProcessors that emit and accept scalar
events, e.g. pulses. These are not currently used in the sample
simulations, but can be useful for testing purposes and for controlling
other types of simulations.
$Id: basic.py 10672 2009-10-28 01:00:50Z ceball $
Version:
$Revision: 10672 $
|
|
PulseGenerator
A simple pulse generator node.
|
|
|
ThresholdUnit
A simple pulse-accumulator threshold node.
|
|
|
SumUnit
A simple unit that outputs the running sum of input received thus far.
|