Define a block structure
Basic structure that define a xcos block.
Type : scilab tlist of type "Block"
with fields :
graphics,
model,
gui and
doc.
Scilab object including graphical information concerning the features of the block.
Type : graphics.
The name of the Scilab GUI function associated with the block.
Size : 1.
Type : string.
Field used for documentation of the block Size : 1.
Type : list or string.
loadXcosLibs(); // load standard library blk = BIGSOM_f("define"); // new specific block tree_show(blk); // display it | ![]() | ![]() |