~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/scicos/AFFICH_f.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AFFICH_f           Scilab Group           Scicos Block             AFFICH_f
2
 
NAME
3
 
   AFFICH_f - Scicos numerical display
4
 
  
5
 
DIALOGUE PARAMETERS
6
 
 font            : integer, the selected font number (see xset)
7
 
                 
8
 
 fontsize        : integer, the selected font size (set xset)
9
 
                 
10
 
 color           : integer, the selected color for the text (see xset)
11
 
                 
12
 
 Total numer of digits
13
 
                  : an integer greater than 3, the maximum number of digits used to
14
 
                 represent the number (sign, integer part and rational
15
 
                 part)
16
 
                 
17
 
 rational part number of digits
18
 
                  : an integer greater than or equal 0, the number of digits used to
19
 
                 represent the  rational part 
20
 
                 
21
 
DESCRIPTION
22
 
   This block  displays the value of its unique input inside the block (in
23
 
  the diagram) during simulation. The block must be located in the main
24
 
  Scicos window.   Warning: each time the block is moved user must click on
25
 
  it to set its parameters. The display position is then automatically
26
 
  updated.
27
 
  
28
 
SEE ALSO
29
 
   SCOPE_f 
30