X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fprincipes.rst;h=c873c3cd567e66c81e3f1ad0a133aae306ceb0b5;hb=b3d523481abb9be0960b9dc69b1ad7e0330d8eb2;hp=6bbd81cd54339089ee7b8696db8521e68c5b099f;hpb=acd00d6d3b2e85a6c6a4adf9a4d3dfd43c9381f1;p=modules%2Fyacs.git diff --git a/doc/principes.rst b/doc/principes.rst index 6bbd81cd5..c873c3cd5 100644 --- a/doc/principes.rst +++ b/doc/principes.rst @@ -318,7 +318,7 @@ A Study node is used to relate the elements of a SALOME study to the data and re StudyIn node ................... -A StudyIn node has output data ports only. It is used to define data in the calculation scheme originating from a SALOME study. The associated study is given by its SALOME StudyID. +A StudyIn node has output data ports only. It is used to define data in the calculation scheme originating from a SALOME study. A port corresponds to data stored in the associated study. The data has a name (the port name), a type (the port type), and a reference that gives the entry into the study. This reference is either a SALOME Entry (for example 0:1:1:2) or a path in the SALOME study tree (for example, /Geometry/box_1). @@ -330,7 +330,7 @@ To create this type of node: StudyOut node ................... -A StudyOut node only has input data ports. It is used to store results in a SALOME study. The associated study is given by its SALOME StudyID. +A StudyOut node only has input data ports. It is used to store results in a SALOME study. A port corresponds to a result to be stored in an associated study. The result has a name (the port name), a type (the port type), and a reference that gives the entry into the study. This reference is either a SALOME Entry (for example 0:1:1:2) or a path in the SALOME study tree (for example, /Geometry/box_1). @@ -880,16 +880,6 @@ that is not a genuine node. If it is said that block “b” in the previous ex value of 1 and a default case, then the absolute name of node “n” in the case 1 will be “c.b.p1_n” and the absolute name of the node in the default case will be “c.b.default_n”. -Active study --------------- -A schema can be executed without using the SALOME study manager. But when a schema must be executed in the context -of a SALOME study, it is possible to specify the studyId to use. - -The way to do that is to set the schema property **DefaultStudyID** to the study id. - -In the GUI, this is set automatically to the current active studyId. -For execution in console mode, see :ref:`xml_active_study` - .. _errorreport: Error report