~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/scicos/standard_output.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH standard_output  "Janvier 1997" "Scilab Group" "Scicos function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
standard_output - get Scicos block output port positions
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
[x,y,typ]=standard_output(o)
8
 
.fi
9
 
.SH PARAMETERS
10
 
.TP 10
11
 
o
12
 
: Scicos block data structure (see scicos_block)
13
 
.TP
14
 
x
15
 
: vector of x coordinates of the block regular and event output ports
16
 
.TP
17
 
y
18
 
: vector of y coordinates of the block regular and event output ports
19
 
.TP
20
 
typ
21
 
: vector of output ports types (+1 : regular port; -1:event port)
22
 
 
23
 
.SH DESCRIPTION
24
 
\fVstandard_output\fR is the Scilab function used to get
25
 
standard blocks output port position and types in interfacing
26
 
functions. 
27
 
.LP
28
 
Port positions are computed, each time they are required, as a
29
 
function of block dimensions.
30
 
 
31
 
.SH SEE ALSO 
32
 
scicos_block