X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fschemapy.rst;h=ccd0ada8083a0424c8e4d7f986d496686abbbc9d;hb=77793cab4c390fe2b6f513a99d7a59ab2b75c00c;hp=c4d4598ea859ebf6ed5c34321d6e2d6ac1f6a686;hpb=e8e1ee35aa1bd9c7767ee2466408ae71d4b49204;p=modules%2Fyacs.git diff --git a/doc/schemapy.rst b/doc/schemapy.rst index c4d4598ea..ccd0ada80 100644 --- a/doc/schemapy.rst +++ b/doc/schemapy.rst @@ -630,6 +630,16 @@ If it is required to place the SALOME service defined above (node “node3”) o n3.getComponent().setContainer(c1) +Since SALOME v7.5, there is a new type of container: +*Homogeneous Pool of SALOME containers* (HP container). +It is possible to create this type of container this way:: + + my_hp_cont=r.createContainer("MyHPCont","HPSalome") + +- "MyHPCont" : name of the container. Same result as my_hp_cont.setName("MyHPCont"). +- "HPSalome" : type of container. Possible values are "HPSalome" (for a HP container) + or "Salome" (for a classic container). + Node properties ''''''''''''''''''''''''''' A property is added to an elementary or composite node (or is modified) using its setProperty method that has two