}
private ModelConfig getCtModelConfig(File ctFile)
{
String logfile = null;
CtModelConfig model = null;
if (!useRemoteCtSimulator)
{
model = new CtModelConfig(ctFile.getAbsolutePath());
logfile = new File(outputFolder, "20simVariables.csv").getAbsolutePath();
} else
{
model = new CtModelConfig((remoteRelativeProjectPath + "\\" + ctFilePathRelative).replace("/", "\\"));
logfile = (remoteRelativeProjectPath + "\\output\\"
+ resultFolderRelativePath + "\\" + "20simVariables.csv").replace("/", "\\");
}
if (logVariables20Sim.size() > 1)