5.10. Loading SMITER component

The SMITER_ORB module has to be imported before making a request to load the component into the container, to obtain access to methods of the component. This container is made accessible in the runSalome.py by means of the container variable:

>> import SMITER_ORB
>> c=container.load_impl("SMITER","SMITER")
>> c.makeBanner("Christian")

The last instruction returns a string “SMITER Christian”. Proceed as follows to see the CORBA objects created by these actions:

>> clt.showNS()