Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.0.0 - Français


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.

model

Scilab list that contains the features of the block used for the compilation.

Type : model.

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 >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Mar 27 10:12:44 GMT 2023