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
Module
block
Basic structure that define a xcos block.
That structure includes fields graphics, model, gui and doc.
Size : 5.
Type : scilab list.
graphics
Scilab object including graphical information concerning the features of the block.
Size : 14.
Type : scilab list.
model
Scilab list that contains the features of the block used for the compilation.
Size : 23.
Type : Scilab list.
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 : string.
File content
SCI/modules/scicos/macros/scicos_scicos/scicos_block.sci
Report an issue | ||
<< Blocks | Blocks | scicos_graphics >> |