File: scifunc_block.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 (52 lines) | stat: -rw-r--r-- 1,730 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
scifunc_block        Scilab Group        Scicos Block         scifunc_block
NAME
   scifunc_block - Scicos block defined interactively
  
DESCRIPTION
   This block can realize any type of Scicos block. The function of the
  block is defined interactively using dialogue boxes and in Scilab
  language. During simulation, these instructions are interpreted by
  Scilab; the simulation of diagrams that include these types of blocks  is
  slower. For more information see Scicos reference manual.
  
DIALOGUE PARAMETERS
 number of inputs
       : a scalar. Number of regular input ports
      
 number of outputs
       : a scalar. Number of regular output ports
      
 number of input events
       : a scalar. Number of input event ports
      
 number of output events
       : a scalar. Number of output event ports
      
 Initial continuous state
       : a column vector.
      
 Initial discrete state
       : a column vector.
      
 System type
       : a string: c or d (CBB or DBB, other types are not supported).
      
 System parameter
       : column vector. Any parameters used in the block can be defined here a
      column vector.
      
 initial firing
       : vector. Size of this vector corresponds to the number of event outputs.
      The value of the i-th entry specifies the time of the preprogrammed
      event firing on the i-th output event port. If less than zero, no
      event is preprogrammed. 
      
 Instructions
       : other dialogues are opened consecutively where used may input Scilab
      code associated with the computations needed (block initialization,
      outputs, continuous and  discrete state, output events date, block
      ending), 
      
SEE ALSO
   GENERIC_f