FMPy icon indicating copy to clipboard operation
FMPy copied to clipboard

Simulate Functional Mockup Units (FMUs) in Python

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

Hello. I execute code which load the FMU and get variables as below. ``` fmu = FMU2Slave(guid=md.guid, unzipDirectory=unzipdir, modelIdentifier=md.coSimulation.modelIdentifier, instanceName='instance1') fmu.instantiate(visible=True, loggingOn=True) time.sleep(3) fmu.setupExperiment(startTime=0) fmu.enterInitializationMode() fmu.exitInitializationMode() simTime = 0 stopTime...

First of all, thank you for this awesome project! I found the example `fmpy/examples/custom_input.py` very helpful, but wanted to use a FMI 3.0 FMU and it seems that the API...

Not really an issue, but I was wondering if there are further instructions or tips to help with deploying the webapp?

I hope I am not duplicating an issue or question, however my researches did not find a lot regarding the compilation of FMUs (that contain source code) on macOS for...

Hi, i tried to find the absolute and relative tolerance of an SSP simulation in [fmpy/ssp/simulation.py](https://github.com/CATIA-Systems/FMPy/blob/main/fmpy/ssp/simulation.py), but I don't know how to set them. As I saw, these settings exist...

the cmake version could be bumped to 3.5 to avoid this deprecation message ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a...

enhancement

@t-sommer Version 0.3.14 looks fine in regular mode but buttons are not visible in "dark mode" (see attached screen shot).

bug

We'd like to test some OpenModelica FMUs with different FMU Importing tools and noticed, that FMPy is very slow (doesn't finish) in simulating a FMU from the Modelica Buildings library...

Hi, I have a model from the Buildings library on OpenModelica which I exported as FMU. Please refer to this issue https://github.com/lbl-srg/modelica-buildings/issues/3574#issue-1975954496 As the reply suggested, FMPy doesn't decrease the...