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_diagram

scicos_diagram

Define a scs_m structure

Module

diagram

Type : scilab tlist of type "diagram" with fields : props, objs and version.

props

Diagram properties.

This entry contains various information such some main diagram initials values.

Type : params .

objs

List of objects included in the Xcos diagram.

The objects can also be deleted object data structure. Deleted object data structure is marked list('Deleted'). This objects are temporaries that will be removed on save or load.

Size : total number of objects in the diagram.

Type : list of "Block", "Link" or "Text".

version

A string that gives the version of the Xcos diagram. This is used to provide compatibility with old diagram.

Note that you can get the current version of Xcos by using the entry 'About Xcos' in the help menu or by using the function get_scicos_version().

Size : 1.

Type : String.

Examples

loadXcosLibs();              // load standard library

scs_m = scicos_diagram();    // new diagram
tree_show(scs_m);            // display it
scs_m = scicos_diagram(),
scs_m.props.title = "My_new_schema"
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