12 logger.setLevel(OutputLevel)
14 cfg = ComponentAccumulator()
16 hypoTool = CompFactory.GlobalSim.PU1SuppAlgTool(
'PU1SuppAlgTool')
17 hypoTool.OutputLevel = OutputLevel
19 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name+
'Alg')
20 alg.globalsim_algs = [hypoTool]