| Trees | Indices | Help |
|
|---|
|
|
Sheet for generating a series of 2D patterns.
Typically generates the patterns by choosing parameters from a random distribution, but can use any mechanism.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
input_generator = param.ClassSelector(PatternGenerator, defaulSpecifies a particular PatternGenerator type to use when creating patterns. |
|||
name = <param.parameterized.String object at 0xa9f6eac>String identifier for this object. |
|||
period = param.Number(default= 1, bounds= (0, None), doc= "DelDelay (in Simulation time) between generating new input patterns. |
|||
phase = param.Number(default= 0.05, doc= Delay after the start of the Simulation (at time zero) before generating an input pattern. |
|||
src_ports = list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|
Discard the current input_generator, and retrieve the previous one from the stack. Warns if no input_generator is available on the stack. |
Set the input_generator, overwriting the existing one by default. If push_existing is false, the existing input_generator is discarded permanently. Otherwise, the existing one is put onto a stack, and can later be restored by calling pop_input_generator. |
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.
|
|
|||
input_generatorSpecifies a particular PatternGenerator type to use when creating patterns.
|
periodDelay (in Simulation time) between generating new input patterns.
|
phaseDelay after the start of the Simulation (at time zero) before generating an input pattern. For a clocked, feedforward simulation, one would typically want to use a small nonzero phase and use delays less than the user-visible step size (typically 1.0), so that inputs are generated and processed before this step is complete.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:38 2010 | http://epydoc.sourceforge.net |