FMPy icon indicating copy to clipboard operation
FMPy copied to clipboard

Simulate Functional Mockup Units (FMUs) in Python

Results 108 FMPy issues
Sort by recently updated
recently updated
newest added

To test FMU's sometimes it is helpful to simulate it in Real Time

enhancement

Hej, I have created an example script in which a FMU is used in a parameter optimization. It is possible to choose between three global optimizers. the optimization time and...

Hi, we try to simulate a ME FMU created in dymola with cvode in fmpy. However the simulation takes a lot longer in fmpy compared to dymola. We tried to...

see also https://github.com/modelica/fmi-standard/issues/1764

enhancement

When I try to install FMPy via "pip install fmpy[complete]" I get the Error-Message: "Could not find a version that satisfies the requirement pywin32; platform_system == "Windows" (from fmpy[complete]) (from...

My current understanding is that when creating a container FMU the variables that I want to access need to be declared within the Configuration(variables=[]). Is there a default value for...

enhancement