vdm.schedule();
}
}
});
CoSimulationThread simThread = new CoSimulationThread(engine, log, shareadDesignParameters, totalSimulationTime, target, views);
target.setCoSimulationThread(simThread);
simThread.start();
} catch (Exception ex)
{
ex.printStackTrace();
DestecsDebugPlugin.log(new Status(IStatus.ERROR, DestecsDebugPlugin.PLUGIN_ID, "Failed to launch: "