scicos_block
scicos_block — Scicos block data structure
Description
Scicos editor creates and uses for each block a data structure
containing all information relative to the graphic interface and
simulation part of the block. Each of them are stored in the Scicos
editor diagram data structure. Index of these in Scicos
editor diagram data structure is given by the creation order.
For Super blocks model.rpar contains a data structure
similar to the scicos_diagram data structure.
Definition
blk=mlist(['Block','graphics','model','gui','doc'],graphics,model,gui,doc)
blk: Scilab mlist, Scicos block data structure defined by the formal | name 'Block' and containing the following fields: |
Fields
graphics | : Scilab mlist, graphic properties data structure |
model | : Scilab mlist, system properties data structure. |
gui | : character string, the name of the graphic user interface function (generally written in Scilab) associated with the block. |
doc | : unused, reserved for future use. |
See also
scicos_graphics, scicos_model, scicos_link