Skip to content

Comments

support variableFilter to ModelicaSystem#163

Merged
arun3688 merged 2 commits intoOpenModelica:masterfrom
arun3688:variablefilter
Jun 15, 2022
Merged

support variableFilter to ModelicaSystem#163
arun3688 merged 2 commits intoOpenModelica:masterfrom
arun3688:variablefilter

Conversation

@arun3688
Copy link
Collaborator

Related Issues

#151

Purpose

This PR implements variableFilter option to ModelicaSystem

Example

>>> from OMPython import ModelicaSystem
>>> omc = ModelicaSystem("BouncingBall.mo", "BouncingBall", variableFilter="impact|h")

(or)
 
>>> from OMPython import ModelicaSystem
>>> omc = ModelicaSystem("BouncingBall.mo", "BouncingBall")
>>> omc.buildModel(variableFilter="h")

@arun3688 arun3688 merged commit 2284229 into OpenModelica:master Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant