Modelica_LinearSystems2
Modelica_LinearSystems2 copied to clipboard
Output state after full system analysis
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 https://github.com/modelica/Modelica_LinearSystems2/issues/260#issuecomment-2446090797
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.