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


standard_origin

Get the position of a block in the Xcos editor.

Syntax

[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 was used by the Scicos blocks interfacing functions to get the origin position (x, y) of a Xcos block.

This function is not useful for Xcos block interfacing functions anymore. The Xcos interfacing functions are not called with job="getinputs" anymore.

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:
Mon May 22 12:42:18 CEST 2023