Get the position of a block in the Xcos editor.
[x,y] = standard_origin(block)
:block xcos block. : :x x position of the block. : :y y position of the block. :
This Scilab function is used to get the origin position ( x, y) of an Xcos block.
`loadXcosLibs`_();
o = CSCOPE("define");
[x,y] = standard_origin(o)