Modelica_LinearSystems2 icon indicating copy to clipboard operation
Modelica_LinearSystems2 copied to clipboard

Output state after full system analysis

Open tobolar opened this issue 1 year ago • 0 comments

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.

tobolar avatar Oct 30 '24 08:10 tobolar