Salome HOME
Fix for improvement IPAL9815 : Remove "Add Port" functionality as duplicate of "Edit...
[modules/superv.git] / examples / SIGSEGV.py
1 from LifeCycleCORBA import *
2 orb = CORBA.ORB_init([''], CORBA.ORB_ID)
3 lcc = LifeCycleCORBA(orb)
4 import SIGNALSComponent_idl
5 SIGNALSComponent = lcc.FindOrLoadComponent('FactoryServer','SIGNALSComponent')
6 SIGNALSComponent.SIGSEGVfunc()
7 SIGNALSComponent.ping()
8