-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Milestone
Description
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.