Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilab Help >> Xcos > Scilab/Xcos Data Structures > scicos_block

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
<< Scilab/Xcos Data Structures Scilab/Xcos Data Structures 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 Feb 12 19:26:58 CET 2018