Module salome gives access to Salome ressources. More...
Functions | |
def | extend_path |
def | setCurrentStudy |
def | setCurrentStudyId |
def | salome_init |
def | salome_close |
Variables | |
string | ROOT_PYTHONPACKAGE_NAME = "salome" |
string | MATCH_ENDING_PATTERN = "site-packages" |
flags = None | |
Module salome gives access to Salome ressources.
salome.orb | : CORBA orb object |
salome.naming_service | : instance of naming Service class (SALOME_NamingServicePy::SALOME_NamingServicePy_i) |
salome.lcc | : instance of lifeCycleCORBA class (SALOME_LifeCycleCORBA) |
salome.sg | : Salome object to communicate with the graphical user interface, if running (see interface in salome_iapp::SalomeOutsideGUI) |
salome.myStudyName | : active Study Name |
salome.myStudyId | : active Study Id |
salome.myStudy | : the active Study (interface SALOMEDS::Study) |