Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - 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 > Diagram > scicos_diagram

scicos_diagram

Define a scs_m structure

Module

diagram

Size : 4.

Type : scilab list.

  • props

    Diagram properties.

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

    This variable is a tlist of type and contains wpar, title, tol, tf, context, options and doc.

    Size : 11.

    Type : Scilab tlist of type .

  • objs

    List of objects included in the Xcos diagram.

    The objects used in Xcos are block, link and Text.

    The objects can also be deleted object data structure.

    Deleted object data structure is marked list('Deleted').

    Size : total number of objects in the diagram.

    Type : Scilab tlist of type, 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.

File content

  • SCI/modules/scicos/macros/scicos_scicos/scicos_diagram.sci

Report an issue
<< Diagram Diagram scicos_params >>

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:
Fri Apr 11 14:07:04 CEST 2014