﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6036	show/get parameter from submodules	lukas.koenemann@…	Adeel Asghar	"Is it possible to load all parameters to a main model from a submodule without explicit declaring them in the main model (no inner/outer; no sumodul m1(par1=par1))?

Example

{{{
model submodel
  parameter Real p1 ""this is parameter 1"";
end submodel;

model mainmodel
  submodel sm2;
end mainmodel;

model test
  mainmodel m1;
  ...
equation
  ...
end test;

}}}

Now I want to load the mainmodel into the test environment and get access to the parameter of the submodel via the parameter user interface from OMEdit. The best solution would be if the parameters of the submodules were shown in an tab of the mainmodule.
"	defect	closed	high	Future	OMEdit		duplicate	parameter inheritance	
