| Trees | Indices | Help |
|
|---|
|
|
A simple pulse generator node.
Produces pulses (scalars) of a fixed amplitude at a fixed frequency and phase. Period and phase are in units of simulation time.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
dest_ports = Nonelist() -> new list list(sequence) -> new list initialized from sequence's items |
|||
amplitude = param.Number(1.0, doc= "The size of the pulse to gThe size of the pulse to generate. |
|||
period = param.Number(1.0, bounds= (0.0, None), doc= "The periThe period with which to repeat the pulse. |
|||
phase = param.Number(0.0, doc= "The time after starting the siThe time after starting the simulation to wait before sending the first pulse. |
|||
name = <param.parameterized.String object at 0xb287b6c>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Called by the simulation when the EventProcessor is added to the simulation. If an EventProcessor needs to have any code run when it is added to the simulation, the code can be put into this method in the subclass.
|
|
|||
amplitudeThe size of the pulse to generate.
|
periodThe period with which to repeat the pulse. Must be greater than zero.
|
phaseThe time after starting the simulation to wait before sending the first pulse.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:36 2010 | http://epydoc.sourceforge.net |