Skip to content

Output state after full system analysis #263

@tobolar

Description

@tobolar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions