Magic Model Analyst 2022x Refresh2 Documentation

To register your new execution engine to the Simulation Manager, pass a new instance of your execution engine descriptor to the Simulation Manager by typing the following code

SimulationManager.registerEngine(new MyEngineDescriptor());

In general, a new execution engine is registered at <Plugin Class>.init().

  • No labels