Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
scicos_diagram
Define a scs_m structure
Module
diagram
Size : 4.
Type : scilab list.
- props - Diagram properties. - This entry contains various informations 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 Scicos diagram. - The objects used in scicos areblock ,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 Scicos diagram. - This is used to provide compatibility with old diagram. - Note that you can get the current version of Scicos by using the entry 'About scicos' 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 
| << Diagram | Diagram | scicos_params >> |