| Scilab Reference Manual |
|---|
standard_input — get Scicos block input port positions
[x,y,typ]=standard_input(o)
| o | : Scicos block data structure (see scicos_block) |
| x | : vector of x coordinates of the block regular and event input ports |
| y | : vector of y coordinates of the block regular and event output ports |
| typ | : vector of input ports types (+1 : regular port; -1:event port) |
standard_input is the Scilab function used to get standard blocks input port position and types in interfacing functions.
Port positions are computed, each time they are required, as a function of block dimensions.
| << standard_draw | standard_origin >> |