Garron Fish

Results 5 issues of Garron Fish

The Modelica.Utilities.Files.copy command currently causes an error which halts any function that is being run. It would be useful to have an option in Modelica.Utilities.Files.copy where the errors could be...

Currently when Modelica.Utilities.Files.loadResource() is used with a URL that is not found the URL is returned. It would be useful if a status flag was also returned and the directory...

When modifying the https://github.com/CATIA-Systems/FMPy/blob/main/fmpy/examples/coupled_clutches.py example so that it logs only errors I find that logging is activate for all messages. To reproduce ths issue. Modify coupled_clutches.py by changing line 44...

In the example: ```mo model AddEx Modelica.Blocks.Math.Add add; Modelica.Blocks.Sources.ContinuousClock continuousClock; equation connect(continuousClock.y, add.u1); connect(continuousClock.y, add.u2); end AddEx; ``` When this is simulated in Dymola the units for u1 and u2...

wontfix
L: Blocks

When using Modelica.Blocks.Sources.CombiTimeTable if a -v5 .mat file is used the model can crash with: Error: The following error was detected at time: 0 InflateData: inflate returned data error Could...