Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Xcos > Scilab/Xcos Data Structures > scicos_block

scicos_block

Define a block structure

Module

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:52 CEST 2016