Scilab 5.4.0
- Aide Scilab
- Xcos
- Fonctions utilitaires Scilab
- block_parameter_error
- buildouttb
- create_palette
- getModelicaPath
- get_scicos_version
- importXcosDiagram
- loadScicos
- loadXcosLibs
- scicos_debug
- scicos_getvalue
- standard_inputs
- standard_origin
- standard_outputs
- var2vec
- vec2var
- xcosPal
- xcosPalAdd
- xcosPalAddBlock
- xcosPalExport
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
standard_origin
Get the position of a block in the Xcos editor.
Calling Sequence
[x,y] = standard_origin(block)
Arguments
- block
xcos block.
- x
x position of the block.
- y
y position of the block.
Description
This Scilab function is used to get the origin position (x
,y
) of an Xcos block.
Example
loadXcosLibs(); o = CSCOPE("define"); [x,y] = standard_origin(o)
See Also
- standard_inputs — Get the position of the input ports of a block in Xcos editor.
- standard_outputs — Get the position of the output ports of a block in Xcos editor.
Report an issue | ||
<< standard_inputs | Fonctions utilitaires Scilab | standard_outputs >> |