Skip to content

Question: Is it currently possible to simulate a model that is not defined in a standalone file? #147

@CSchoel

Description

@CSchoel

Are we currently able to simulate models that are defined within a project.mo file like MyFirstModel in the following example?

package MyPackage

  model MyFirstModel
    ...
  end MyFirstModel;

  model MySecondModel
    ...
  end MySecondModel;

end MyPackage;

I can currently not test this, because I seem to have killed the server again. 😜

Metadata

Metadata

Assignees

No one assigned

    Labels

    uiUser Interface/frontend related

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions