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
Report an issue | ||
<< Scilab/Xcos Data Structures | Scilab/Xcos Data Structures | scicos_cpr >> |