Salome HOME
Update copyrights in the documentation.
[modules/yacs.git] / doc / schemapy.rst
index c4d4598ea859ebf6ed5c34321d6e2d6ac1f6a686..ccd0ada8083a0424c8e4d7f986d496686abbbc9d 100644 (file)
@@ -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