| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
PlotGroup
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
update_command = param.String(default= "", doc= Command to execute before updating this plot, e.g. |
|||
plot_command = param.String(default= "", doc= Command to execute when updating sheet or coordinate of unit to be plotted when the simulator time has not changed (i.e. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Return the list of plots. Re-implemented by TemplatePlotGroup to construct a list of plots as specified by the template. |
|
|||
update_commandCommand to execute before updating this plot, e.g. to calculate sheet views. The command can be any Python code, and will be evaluated in the main namespace (as if it were typed into a .ty script). The initial value is determined by the template for this plot, but various arguments can be passed, a modified version substituted, etc.
|
plot_commandCommand to execute when updating sheet or coordinate of unit to be plotted when the simulator time has not changed (i.e. no further measurement of responses is required). In the case of a full-field stimulus, responses do not need to be re-measured since the necessary values are already stored. The command can be any Python code, and will be evaluated in the main namespace (as if it were typed into a .ty script). The initial value is determined by the template for this plot, but various arguments can be passed, a modified version substituted, etc.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Oct 12 22:26:35 2008 | http://epydoc.sourceforge.net |