]> SALOME platform Git repositories - modules/superv.git/blob - examples/SIGSEGVTUI.py
Salome HOME
The order of deletion of Ports (during the deletion of nodes) was wrong.
[modules/superv.git] / examples / SIGSEGVTUI.py
1 import salome
2 orb = salome.CORBA.ORB_init([''], salome.CORBA.ORB_ID)
3 lcc = salome.LifeCycleCORBA(orb)
4 import SIGNALSComponent_idl
5 SIGNALSComponent = lcc.FindOrLoadComponent('FactoryServer','SIGNALSComponent')
6 SIGNALSComponent.SIGSEGVfunc()
7 SIGNALSComponent.ping()