﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6421	translateModelFMU to target directory	lukas.koenemann@…	arunkumar palanisamy	"Hello I'm using the scripting API of OpenModelica. I want to compile a FMU to a specific directory. I think in the moment it is not possible.

{{{
function translateModelFMU
  input TypeName className ""the class that should translated"";
  input String version = ""2.0"" ""FMU version, 1.0 or 2.0."";
  input String fmuType = ""me"" ""FMU type, me (model exchange), cs (co-simulation), me_cs (both model exchange and co-simulation)"";
  input String fileNamePrefix = ""<default>"" ""fileNamePrefix. <default> = \""className\"""";
  input Boolean includeResources = false ""include Modelica based resources via loadResource or not"";
  output String generatedFileName ""Returns the full path of the generated FMU."";
end translateModelFMU;
}}}
right?
"	task	closed	high	NeedsInput	OMPython	1.18.0-dev	invalid	translateModelFMU	
