PythonFMU icon indicating copy to clipboard operation
PythonFMU copied to clipboard

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs

Results 30 PythonFMU issues
Sort by recently updated
recently updated
newest added

A nice enhancement would be to support adding unit definition on variables.

enhancement

Dear, I've tried to use a FMU generated by PythonFMU inside the Wolfram System Modeler tool. It worked when the version 3.2.3 of Modelica library was used. It fails when...

I also stumbled on #129, one possibility to address this is to raise at the import Maybe we could also just send a warning message, maybe if there are legitimate...

Hi I generate FMU with PythonFMU, then pack them inside SSP. The SSP file run very well with FMPy. But when I run it with Model.Connect, it shows the error,...

Hi, I want to do something with binary like fmi3GetBinary, But I check even with pythonfmu3, it does not support binary yet, is there anyway for me to make it...

I have a built a PythonFMU, it is compatible with win64. I require the same FMU to be compatible with win32. Can explain the procedure.

When using pythonfmu, I noticed that only __init__ and do_step functions are declared. Is it possible to declare other sub-functions, and if so, how can I do that?

Hello there, I have an issue on the FMU generated by the tool. The FMUchecker is giving back the following information: ``` [INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build...

### Discussed in https://github.com/NTNU-IHB/PythonFMU/discussions/198 Originally posted by **till12mann** December 12, 2023 I am trying to generate an FMU out of a running python script. I want to hand over the...