File: SELECT_f.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 (19 lines) | stat: -rw-r--r-- 676 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

SELECT_f(5)                     Scicos Block                      SELECT_f(5)
NAME
  SELECT_f - Scicos select block

DIALOGUE PARAMETERS

  number of inputs    : a scalar. Number of regular and event inputs.

  initial connected input
                      : an integer. It must be between 1 and the number of
                      inputs.

DESCRIPTION
  This block routes one of the regular inputs to the unique regular output.
  the choice of which input is to be routed is done, initially by the "ini-
  tial connected input" parameter. Then, every time an input event arrives on
  the i-th input event port, the i-th regular input port is routed to the
  regular output.