11 name="GlobalSimHypoMult",
15 logger.setLevel(OutputLevel)
17 cfg = ComponentAccumulator()
20 tool1 = CompFactory.GlobalSim.eFexCvtrAlgTool(
'eFexCvtrAlgTool')
21 tool1.OutputLevel = OutputLevel
23 tool2 = CompFactory.GlobalSim.eEmMultTestBench(
'eEmMultTestBench')
31 tool2.OutputLevel = OutputLevel
33 alg = CompFactory.GlobalSim.GlobalSimulationAlg(name +
'Alg')
34 alg.globalsim_algs = [tool1]
35 alg.TIPwriters = [tool2]
36 alg.enableDumps = dump
37 alg.OutputLevel = OutputLevel