Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
scicos_block
Define a block structure
block
Basic structure that define a xcos block.
Type : scilab tlist of type "Block"
with fields :
graphics,
model,
gui and
doc.
graphics
Scilab object including graphical information concerning the features of the block.
Type : graphics.
gui
The name of the Scilab GUI function associated with the block.
Size : 1.
Type : string.
doc
Field used for documentation of the block Size : 1.
Type : list or string.
Examples
loadXcosLibs(); // load standard library blk = BIGSOM_f("define"); // new specific block tree_show(blk); // display it
blk = scicos_block(), blk.model.rpar = 1
Report an issue | ||
<< Structure de données Scilab/Xcos | Structure de données Scilab/Xcos | scicos_cpr >> |