File: standard_define.cat

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (28 lines) | stat: -rw-r--r-- 839 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

standard_define(Janvier 1997)                   standard_define(Janvier 1997)
NAME
  standard_define - Scicos block initial definition  function

CALLING SEQUENCE
  o=standard_define(sz,model,dlg,gr_i)

PARAMETERS

  o         : Scicos block data structure (see scicos_block)

  sz        : 2 vector, giving the initial block width and height

  model     : initial model data structure definition (see scicos_model)

  dlg       : vector of character strings,initial parameters expressions

  gr_i      : vector of character strings, initial icon definition instruc-
            tions

DESCRIPTION
  This function creates the initial block data structure given the initial
  size  sz, this initial model definition  model, the initial parameters
  expressions  dlg and initial icon definition instructions  gr_i

SEE ALSO
  scicos_model