File: SCOPE_f.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (54 lines) | stat: -rw-r--r-- 2,670 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
SCOPE_f            Scilab Group            Scicos Block             SCOPE_f
NAME
   SCOPE_f - Scicos visualization block
  
DESCRIPTION
   This block realizes the visualization of the evolution of the signals on
  the standard input port(s) at instants of events on the event input port.
  
DIALOGUE PARAMETERS
 Curve 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 plot2d
                      for color (dash type) definitions.
                      
 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.
                      
 Output window size   : a 2 vector specifying the width and height  of 
                      the graphic window. Answer [] for default window
                      dimensions.
                      
 Ymin, Ymax           : Minimum and maximum values of the input; used to
                      set up the Y-axis of the plot in the graphics window.
                      
 Refresh period       : Maximum value on the X-axis (time). The plot is
                      redrawn when time reaches a multiple of this value.
                      
 Buffer size          : To improve efficiency it is possible to buffer the
                      input data. The drawing is only done after each
                      Buffer size call to the block.
                      
 Accept herited events
                       : if 0 SCOPE_f draws a new point only when an event occurs on its event
                      input port. if 1 SCOPE_f draws a new point when an
                      event occurs on its event input port and when it's
                      regular input changes due to an event on an other
                      upstrem block (herited events). 
                      
REMARKS
   Output window number, Output window size, Output window position are only
  taken into account at the initialisation time of the simulation.  
  
SEE ALSO
   SCOPXY_f, EVENTSCOPE_f, ANIMXY_f