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 53 54 55 56
|
.TH scifunc_block 5 "Janvier 1996" "Scilab Group" "Scicos Block"
.so ../sci.an
.SH NAME
scifunc_block - Scicos block defined interactively
.SH 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.
.SH DIALOGUE PARAMETERS
.TP
number of inputs
: a scalar. Number of regular input ports
.TP
number of outputs
: a scalar. Number of regular output ports
.TP
number of input events
: a scalar. Number of input event ports
.TP
number of output events
: a scalar. Number of output event ports
.TP
Initial continuous state
: a column vector.
.TP
Initial discrete state
: a column vector.
.TP
System type
: a string: c or d (CBB or DBB, other types are not supported).
.TP
System parameter
: column vector. Any parameters used in the block can be defined here
a column vector.
.TP
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.
.TP
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),
.SH SEE ALSO
GENERIC_f
|