~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/scicos/SCOPXY_f.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SCOPXY_f           Scilab Group           Scicos Block             SCOPXY_f
 
2
NAME
 
3
   SCOPXY_f - Scicos visualization block
 
4
  
 
5
DESCRIPTION
 
6
   This block realizes the visualization of the evolution of the two regular
 
7
  input signals by drawing the second input as a function of the first at
 
8
  instants of events on the event input port.
 
9
  
 
10
DIALOGUE PARAMETERS
 
11
 Curve colors         : an integer. It is the color number (>0) or dash
 
12
                      type (<0) used to draw the evolution of the input
 
13
                      port signal. See plot2d for color (dash type)
 
14
                      definitions.
 
15
                      
 
16
 Line or mark size    : an integer. 
 
17
                      
 
18
 Output window number : The number of graphic window used for the display.
 
19
                      It is often good to use high values to avoid conflict
 
20
                      with palettes and Super Block windows. If you have
 
21
                      more than one scope, make sure they don't have the
 
22
                      same window numbers (unless superposition of the
 
23
                      curves is desired).
 
24
                      
 
25
 Output window position
 
26
                       : a 2 vector specifying the coordinates of the upper left corner of the
 
27
                      graphic window. Answer [] for default window
 
28
                      position.
 
29
                      
 
30
 Output window size   : a 2 vector specifying the width and height  of 
 
31
                      the graphic window. Answer [] for default window
 
32
                      dimensions.
 
33
                      
 
34
 Xmin, Xmax           : Minimum and maximum values of the first input;
 
35
                      used to set up the X-axis of the plot in the graphics
 
36
                      window.
 
37
                      
 
38
 Ymin, Ymax           : Minimum and maximum values of the second input;
 
39
                      used to set up the  Y-axis of the plot in the
 
40
                      graphics window.
 
41
                      
 
42
 Buffer size          : To improve efficiency it is possible to buffer the
 
43
                      input data. The drawing is only done after each
 
44
                      Buffer size call to the block.
 
45
                      
 
46
REMARKS
 
47
   Output window number, Output window size, Output window position are only
 
48
  taken into account at the initialisation time of the simulation.  
 
49
  
 
50
SEE ALSO
 
51
   SCOPE_f, EVENTSCOPE_f, ANIMXY_f     
 
52