1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2014 - Scilab Enterprises - Paul Bignier
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // Allocate a diagram and access its fields
9 scs_m = scicos_diagram()
10 objectCreated( 1 , DIAGRAM )
11 propertyUpdated( 1 , DIAGRAM , TITLE ) : NO_CHANGES
12 propertyUpdated( 1 , DIAGRAM , PATH ) : NO_CHANGES
13 propertyUpdated( 1 , DIAGRAM , PROPERTIES ) : NO_CHANGES
14 propertyUpdated( 1 , DIAGRAM , PROPERTIES ) : NO_CHANGES
15 propertyUpdated( 1 , DIAGRAM , CONTEXT ) : NO_CHANGES
16 propertyUpdated( 1 , DIAGRAM , CHILDREN ) : NO_CHANGES
17 propertyUpdated( 1 , DIAGRAM , VERSION_NUMBER ) : NO_CHANGES
27 title = ["Untitled";""]
28 tol = [0.000001;0.000001;1.0000D-10;100001;0;1;0]
32 options = tlist("scsopt")