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

``` (base) E:\>python -m fmpy.gui e:\Miniconda3\lib\site-packages\fmpy\gui\__main__.py:28: DeprecationWarning: an integer is required (got type Alignment). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version...

It would be beneficial to be able to set the absolute and relative tolerances for the CVode Solver and not use default values.

enhancement

### Description [simulate_ssp(ssp_filename, start_time=0.0, stop_time=None, step_size=None, parameter_set=None, input={}) ](https://github.com/CATIA-Systems/FMPy/blob/develop/fmpy/ssp/simulation.py#L140) function requires parameter_set values from the user instead of taking it directly from the modelDescription files. ### Problem We are required...

Since we work a lot with Matlab, I was looking for a convenient way to execute FMUs from Matlab scripts without going the Simulink route. I found that calling FMPy...

enhancement

- load all API functions - get directional derivatives - handling of illegal VRs, min / max values - get / set state

enhancement

by implementing `CVLsJacFn()` (see [CV Guide](https://computing.llnl.gov/sites/default/files/public/cv_guide.pdf), p. 73).

enhancement