Return an additional integer (called e.g. info) indicating the "state of outcome", like
(filePath, info) = Modelica_LinearSystems2.ModelAnalysis.FullAnalysis(modelName);
(also needed in Modelica_LinearSystems2.StateSpace.Analysis.analysis).
Based on #260 (comment)
Possible states of info for now:
- 0: analysis done
- 1: system has no states
Setting output info behind filePath shall enable to omit necessity of conversion script. So the implementation shall be possible for a minor version of the library.
Return an additional integer (called e.g.
info) indicating the "state of outcome", like(also needed in
Modelica_LinearSystems2.StateSpace.Analysis.analysis).Based on #260 (comment)
Possible states of
infofor now:Setting output
infobehindfilePathshall enable to omit necessity of conversion script. So the implementation shall be possible for a minor version of the library.