...
| Code Block | ||||
|---|---|---|---|---|
| ||||
import ecflow
defs = Defs('suite.def') # specify the defs we want to simulate
theResults = defs.simulate() # call the simulator
print theResults # check the results. |
If the definition was creating directly with the python api, then we need only call 'defs.simulate()