Thomas Beutlich
Thomas Beutlich
> This is the line of code that calls the .csv: > > `Modelica.Blocks.Sources.CombiTimeTable combiTimeTable2(columns = {2,3,5}, fileName = Modelica.Utilities.Files.loadResource(DataPath + csvFileName), tableName="table", tableOnFile = true) ;` > > It...
There is a lot going on in your descriptions. Can you please get the examples from ExternData.Examples running first. They should work in Dymola, OMC and SimulationX.
Sure. Already available at https://github.com/beutlich/MAP-LIB_ReferenceResults for patched v4.1.0-beta.1.
> Sure. Already available at for patched v4.1.0-beta.1. After spending some more time on https://github.com/modelica/ModelicaStandardLibrary/issues/4343 I only noticed now that some of the simulation result is no longer reproducable. Not...
Thanks for reporting early during Dymola beta testing. @HansOlsson Is there some Dymola version macro defined such that I can a add a switch to msvc_compatibility.h when to define __iob_func...
@hhammondscott Thanks or the feedback and test. Do you know if there is some Dymola feature to set this flag by default whenever ExternData is utilized?
OK, that seems like a nice addition.
Obtaining individual data out of array is not yet supported by the library. This sounds like a useful idea to add. "list[1].a" (with Modelica-like one-based indexing) might be some proper...
I am pretty much aligned with @GallLeo here. ### Example models Using example models simulation results as reference results for cross-tool, cross-solver or cross-MSL-version regressing testing can be considered as...
Whereas JSON has proper Boolean type true/false (andy maybe misused as string types "true"/"false"), for XML it just checks for numeric zero interpreted as false.