1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.TH EVENTSCOPE_f 5 "Janvier 1996" "Scilab Group" "Scicos Block"
.so ../sci.an
.SH NAME
EVENTSCOPE_f - Scicos event visualization block
.SH DESCRIPTION
This block realizes the visualization of the input event signals.
.SH DIALOGUE PARAMETERS
.TP 20
Number of event inputs
: an integer giving the number of event input ports
colors
: a vector of integers. The i-th element is the color number (>=0)
or dash type (<0) used to draw the evolution of the i-th
input port signal. See \fVxset\fR for color (dash type) definitions.
.TP
Output window number
: The number of graphic window used for the display. It is often good
to use high values to avoid conflict with palettes and Super Block
windows. If you have more than one scope, make sure they don't have
the same window numbers (unless superposition of the curves is
desired).
Output window position
: a 2 vector specifying the coordinates of the upper left corner of
the graphic window. Answer [] for default window position.
.TP
Output window size
: a 2 vector specifying the width and height of
the graphic window. Answer [] for default window dimensions.
.TP
Refresh period
: Maximum value on the X-axis (time). The plot is redrawn when time
reaches a multiple of this value.
.SH REMARKS
Output window number, Output window size, Output window
position are only taken into account at the initialisation time of the
simulation.
.SH SEE ALSO
SCOPXY_f, SCOPE_f, ANIMXY_f
|