You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gettext.gettext("Filters the FMI-ModelDescription Vars in the ModelDescription.xml"));
1358
+
SOME(STRING_DESC_OPTION({
1359
+
("none", Gettext.gettext("All variables will be exposed, even variables that are introduced by the symbolic transformations. Hence, this is intended to be used for debugging.")),
1360
+
("internal", Gettext.gettext("All internal variables introduced by the symbolic transformations are filtered out. Only the variables from the actual Modelica model are exposed (with minor exceptions, e.g. for state sets).")),
1361
+
("protected", Gettext.gettext("All protected model variables will be filtered out in addition to --fmiFilter=internal.")),
1362
+
("blackBox", Gettext.gettext("This option is used to hide everything except for inputs and outputs. Additional variables that need to be present in the modelDescription file for structrial reasons will have concealed names."))
1363
+
})),
1364
+
Gettext.gettext("Specifies which model variables get exposed by the modelDescription.xml"));
Gettext.gettext("Defines if FMUs will be exported with sources or not. --fmiFilter=blackBox might override this, because black box FMUs do never contain their source code."));
mpIncludeSourceCodeCheckBox = newQCheckBox(tr("Include Source Code (model description filter \"blackBox\" will override this, because black box FMUs do never contain their source code.)"));
0 commit comments