Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda Scilab >> Xcos > Scilab Utilities Functions > standard_origin

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 a 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 Scilab Utilities Functions standard_outputs >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:37:06 CEST 2013