﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6401	buildFMU with min, max values of variable	lukas.koenemann@…	Lennart Ochel	"I want to build an fmu with openmodelica, when i do that i run the buildModelFMU/translateModelFMU function. The problem is, that additional information of the model-variable are not included. For example:

{{{
parameter Real F_min = 0;
parameter Real F_max = 1;
parameter Real F(min=F_min, max=F_max);
}}}

If I look into the model_description.xml file the min/max-values are not included for the variable F. Is it possible to do that? 

I want to load the fmu with the pyfmi package (from Python) and read out the bounds of every variable with the pyfmi function (get_variable_min/max).

best regards,
Lukas
"	defect	new	high		FMI	1.16.2		fmu	
