File: standard_output.man

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 (32 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (2)
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
.TH standard_output  "Janvier 1997" "Scilab Group" "Scicos function"
.so ../sci.an
.SH NAME
standard_output - get Scicos block output port positions
.SH CALLING SEQUENCE
.nf
[x,y,typ]=standard_output(o)
.fi
.SH PARAMETERS
.TP 10
o
: Scicos block data structure (see scicos_block)
.TP
x
: vector of x coordinates of the block regular and event output ports
.TP
y
: vector of y coordinates of the block regular and event output ports
.TP
typ
: vector of output ports types (+1 : regular port; -1:event port)

.SH DESCRIPTION
\fVstandard_output\fR is the Scilab function used to get
standard blocks output port position and types in interfacing
functions. 
.LP
Port positions are computed, each time they are required, as a
function of block dimensions.

.SH SEE ALSO 
scicos_block