Skip to content
New issue

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

Support port names in FMIWrapperQ #2247

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

robbr48
Copy link
Contributor

@robbr48 robbr48 commented Oct 15, 2024

Names are by default P1, P2 and so on. This enables user to speciy port names in the portspecs parameter with the following format:
nodetype:portname;variable1,variable2,...,variableN

Port name is optional.

This PR also adds some additional error checking of the portspecs parameter.

Resolves #2244 and #2243.

@robbr48 robbr48 added the import/export:fmi FMI import/export or functionality label Oct 15, 2024
@robbr48 robbr48 added this to the 2.23.0 milestone Oct 15, 2024
@robbr48 robbr48 requested a review from peterNordin October 15, 2024 12:49
@robbr48 robbr48 self-assigned this Oct 15, 2024
@robbr48 robbr48 merged commit 7cd6dc1 into Hopsan:master Oct 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
import/export:fmi FMI import/export or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FMIWrapperQ should support port names
1 participant