.. index:: pair: page; Loading SMITER component .. _doxid-load_module: 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: .. code-block:: none >> 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: .. code-block:: none >> clt.showNS()