| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
base.simulation.EventProcessor --+
|
object --+ |
| |
base.sheetcoords.SheetCoordinateSystem --+
|
base.sheet.Sheet --+
|
Composer
A Sheet that combines the activity of 2 or more other sheets into a single activity matrix. When connecting a sheet to a composer, you can specify the location at which that sheet's input will be mapped into the composer by adding the 'origin' argument to the connect() call e.g.:
sim.connect(input_sheet.name,composer.name,delay=1, origin=(0.25,0.25))
will cause (0,0) on input sheet's activity to map to (0.25,0.25) on composer's activity.
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
dest_ports = Nonelist() -> new list list(sequence) -> new list initialized from sequence's items |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Configure a specific input port. origin = (default (0,0)) The offset in the output matrix where this port's input should be placed. |
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:36 2008 | http://epydoc.sourceforge.net |