We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are we currently able to simulate models that are defined within a project.mo file like MyFirstModel in the following example?
project.mo
MyFirstModel
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. 😜
The text was updated successfully, but these errors were encountered:
If the model name is provided as a full-qualified name, then yes, e.g.: MyPackage.MyFirstModel
MyPackage.MyFirstModel
Sorry, something went wrong.
No branches or pull requests
Are we currently able to simulate models that are defined within a
project.mo
file likeMyFirstModel
in the following example?I can currently not test this, because I seem to have killed the server again. 😜
The text was updated successfully, but these errors were encountered: