Hi,
I have the impression that a lot of progress is made with the ModelicaSystem module right now, which is great!
I have a question for the current implementation:
If is use
mod = ModelicaSystem(model_path, model_name)
simargs = {'csvInput': input_file_path}
mod.simulate(resultfile=rslt_file_path, simargs=simargs)
the input csv is always overridden here.
What is the proposed way to set an input via a csv file?
Thx.